Lines Matching refs:posix_acl
46 static struct posix_acl *f2fs_acl_from_disk(const char *value, size_t size)
49 struct posix_acl *acl;
114 const struct posix_acl *acl, size_t *size)
168 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type,
173 struct posix_acl *acl;
199 struct posix_acl *f2fs_get_acl(struct inode *inode, int type, bool rcu)
209 struct posix_acl **acl)
231 struct posix_acl *acl, struct page *ipage)
280 struct posix_acl *acl, int type)
292 * are copied from posix_acl.c
294 static struct posix_acl *f2fs_acl_clone(const struct posix_acl *acl,
297 struct posix_acl *clone = NULL;
300 int size = sizeof(struct posix_acl) + acl->a_count *
309 static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
364 struct posix_acl **default_acl, struct posix_acl **acl,
367 struct posix_acl *p;
368 struct posix_acl *clone;
417 struct posix_acl *default_acl = NULL, *acl = NULL;