Lines Matching refs:posix_acl
20 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, char *name) in __v9fs_get_acl()
24 struct posix_acl *acl = NULL; in __v9fs_get_acl()
51 struct posix_acl *pacl, *dacl; in v9fs_get_acl()
80 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl()
82 struct posix_acl *acl; in v9fs_get_cached_acl()
92 struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type, bool rcu) in v9fs_iop_get_acl()
112 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
149 struct posix_acl *acl; in v9fs_acl_chmod()
166 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl()
175 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl()
176 struct posix_acl *acl) in v9fs_put_acl()
183 struct posix_acl **dpacl, struct posix_acl **pacl) in v9fs_acl_mode()
187 struct posix_acl *acl = NULL; in v9fs_acl_mode()
216 struct posix_acl *acl; in v9fs_xattr_get_acl()
244 struct posix_acl *acl; in v9fs_xattr_set_acl()
277 struct posix_acl *old_acl = acl; in v9fs_xattr_set_acl()