Lines Matching refs:posix_acl
20 static struct posix_acl *v9fs_fid_get_acl(struct p9_fid *fid, const char *name) in v9fs_fid_get_acl()
24 struct posix_acl *acl = NULL; in v9fs_fid_get_acl()
47 static struct posix_acl *v9fs_acl_get(struct dentry *dentry, const char *name) in v9fs_acl_get()
50 struct posix_acl *acl = NULL; in v9fs_acl_get()
61 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, const char *name) in __v9fs_get_acl()
64 struct posix_acl *acl = NULL; in __v9fs_get_acl()
81 struct posix_acl *pacl, *dacl; in v9fs_get_acl()
110 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl()
112 struct posix_acl *acl; in v9fs_get_cached_acl()
122 struct posix_acl *v9fs_iop_get_inode_acl(struct inode *inode, int type, bool rcu) in v9fs_iop_get_inode_acl()
142 struct posix_acl *v9fs_iop_get_acl(struct mnt_idmap *idmap, in v9fs_iop_get_acl()
155 struct posix_acl *acl, int type) in v9fs_iop_set_acl()
207 struct posix_acl *acl_mode = acl; in v9fs_iop_set_acl()
248 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
285 struct posix_acl *acl; in v9fs_acl_chmod()
302 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl()
311 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl()
312 struct posix_acl *acl) in v9fs_put_acl()
319 struct posix_acl **dpacl, struct posix_acl **pacl) in v9fs_acl_mode()
323 struct posix_acl *acl = NULL; in v9fs_acl_mode()