Home
last modified time | relevance | path

Searched refs:set_posix_acl (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dnfs3acl.c108 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_ACCESS, in nfsd3_proc_setacl()
112 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_DEFAULT, in nfsd3_proc_setacl()
/linux/fs/
H A Dposix_acl.c935 set_posix_acl(struct mnt_idmap *idmap, struct dentry *dentry, in set_posix_acl() function
957 EXPORT_SYMBOL(set_posix_acl);
1134 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl()
1242 error = set_posix_acl(idmap, dentry, acl_type, NULL); in vfs_remove_acl()
/linux/fs/smb/server/
H A Dvfs.c1837 rc = set_posix_acl(idmap, dentry, ACL_TYPE_ACCESS, acls); in ksmbd_vfs_set_init_posix_acl()
1843 rc = set_posix_acl(idmap, dentry, ACL_TYPE_DEFAULT, acls); in ksmbd_vfs_set_init_posix_acl()
1878 rc = set_posix_acl(idmap, dentry, ACL_TYPE_ACCESS, acls); in ksmbd_vfs_inherit_posix_acl()
1883 rc = set_posix_acl(idmap, dentry, ACL_TYPE_DEFAULT, in ksmbd_vfs_inherit_posix_acl()
H A Dsmbacl.c1562 rc = set_posix_acl(idmap, path->dentry, in set_info_sec()
1569 rc = set_posix_acl(idmap, path->dentry, in set_info_sec()