Lines Matching refs:posix_acl
28 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, char *name) in __v9fs_get_acl()
32 struct posix_acl *acl = NULL; in __v9fs_get_acl()
59 struct posix_acl *pacl, *dacl; in v9fs_get_acl()
88 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl()
90 struct posix_acl *acl; in v9fs_get_cached_acl()
100 struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type) in v9fs_iop_get_acl()
117 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
153 struct posix_acl *acl; in v9fs_acl_chmod()
170 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl()
179 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl()
180 struct posix_acl *acl) in v9fs_put_acl()
187 struct posix_acl **dpacl, struct posix_acl **pacl) in v9fs_acl_mode()
191 struct posix_acl *acl = NULL; in v9fs_acl_mode()
220 struct posix_acl *acl; in v9fs_xattr_get_acl()
247 struct posix_acl *acl; in v9fs_xattr_set_acl()
280 struct posix_acl *old_acl = acl; in v9fs_xattr_set_acl()