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);
29 static void nfs3_complete_get_acl(struct posix_acl **p, struct posix_acl *acl)
31 struct posix_acl *sentinel = uncached_acl_sentinel(current);
39 static void nfs3_abort_get_acl(struct posix_acl **p)
41 struct posix_acl *sentinel = uncached_acl_sentinel(current);
47 struct posix_acl *nfs3_get_acl(struct inode *inode, int type)
158 static int __nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl,
159 struct posix_acl *dfacl)
245 int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl,
246 struct posix_acl *dfacl)
254 int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type)
256 struct posix_acl *orig = acl, *dfacl = NULL, *alloc;
307 struct posix_acl *acl;