Home
last modified time | relevance | path

Searched refs:SMB_VFS_SYS_ACL_SET_FD (Results 1 – 2 of 2) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dposix_acls.c3050 if (SMB_VFS_SYS_ACL_SET_FD(fsp, the_acl) == -1) { in set_canon_ace_list()
3068 sret = SMB_VFS_SYS_ACL_SET_FD(fsp, the_acl); in set_canon_ace_list()
4570 ret = SMB_VFS_SYS_ACL_SET_FD(fsp, new_file_acl); in remove_posix_acl()
4616 ret = SMB_VFS_SYS_ACL_SET_FD(fsp, file_acl); in set_unix_posix_acl()
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dvfs_macros.h525 #define SMB_VFS_SYS_ACL_SET_FD(fsp, theacl) \ macro