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