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) in f2fs_get_acl()
205 struct posix_acl **acl) in f2fs_acl_update_mode()
226 struct posix_acl *acl, struct page *ipage) in __f2fs_set_acl()
273 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in f2fs_set_acl()
285 static struct posix_acl *f2fs_acl_clone(const struct posix_acl *acl, in f2fs_acl_clone()
288 struct posix_acl *clone = NULL; in f2fs_acl_clone()
291 int size = sizeof(struct posix_acl) + acl->a_count * in f2fs_acl_clone()
300 static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) in f2fs_acl_create_masq()
355 struct posix_acl **default_acl, struct posix_acl **acl, in f2fs_acl_create()
358 struct posix_acl *p; in f2fs_acl_create()
359 struct posix_acl *clone; in f2fs_acl_create()
408 struct posix_acl *default_acl = NULL, *acl = NULL; in f2fs_init_acl()