Lines Matching refs:posix_acl
17 * caching get_acl results in a race-free way. See fs/posix_acl.c:get_acl()
20 static void nfs3_prepare_get_acl(struct posix_acl **p)
22 struct posix_acl *sentinel = uncached_acl_sentinel(current);
28 static void nfs3_complete_get_acl(struct posix_acl **p, struct posix_acl *acl)
30 struct posix_acl *sentinel = uncached_acl_sentinel(current);
38 static void nfs3_abort_get_acl(struct posix_acl **p)
40 struct posix_acl *sentinel = uncached_acl_sentinel(current);
46 struct posix_acl *nfs3_get_acl(struct inode *inode, int type, bool rcu)
161 static int __nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl,
162 struct posix_acl *dfacl)
248 int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl,
249 struct posix_acl *dfacl)
258 struct posix_acl *acl, int type)
260 struct posix_acl *orig = acl, *dfacl = NULL, *alloc;
306 struct posix_acl *acl;