Searched refs:acls (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/server/
H A Dvfs.c1872 struct posix_acl *acls; local
1880 ksmbd_debug(SMB, "Set posix acls\n");
1897 acls = posix_acl_alloc(6, GFP_KERNEL);
1898 if (!acls) {
1902 posix_state_to_acl(&acl_state, acls->a_entries);
1904 rc = set_posix_acl(idmap, dentry, ACL_TYPE_ACCESS, acls);
1909 posix_state_to_acl(&acl_state, acls->a_entries);
1910 rc = set_posix_acl(idmap, dentry, ACL_TYPE_DEFAULT, acls);
1917 posix_acl_release(acls);
1924 struct posix_acl *acls; local
[all...]

Completed in 296 milliseconds