Lines Matching refs:posix_acl
11 #include <linux/posix_acl.h>
14 static struct posix_acl *__fuse_get_acl(struct fuse_conn *fc,
21 struct posix_acl *acl;
65 return !fc->posix_acl && (i_user_ns(inode) != &init_user_ns);
68 struct posix_acl *fuse_get_acl(struct mnt_idmap *idmap,
80 struct posix_acl *fuse_get_inode_acl(struct inode *inode, int type, bool rcu)
91 if (!fc->posix_acl)
98 struct posix_acl *acl, int type)
148 if (fc->posix_acl &&
159 if (fc->posix_acl) {