Lines Matching refs:posix_acl
48 static struct posix_acl *f2fs_acl_from_disk(const char *value, size_t size) in f2fs_acl_from_disk()
51 struct posix_acl *acl; in f2fs_acl_from_disk()
113 const struct posix_acl *acl, size_t *size) in f2fs_acl_to_disk()
167 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type, in __f2fs_get_acl()
172 struct posix_acl *acl; in __f2fs_get_acl()
198 struct posix_acl *f2fs_get_acl(struct inode *inode, int type) in f2fs_get_acl()
204 struct posix_acl *acl, struct page *ipage) in __f2fs_set_acl()
251 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in f2fs_set_acl()
263 static struct posix_acl *f2fs_acl_clone(const struct posix_acl *acl, in f2fs_acl_clone()
266 struct posix_acl *clone = NULL; in f2fs_acl_clone()
269 int size = sizeof(struct posix_acl) + acl->a_count * in f2fs_acl_clone()
278 static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) in f2fs_acl_create_masq()
333 struct posix_acl **default_acl, struct posix_acl **acl, in f2fs_acl_create()
336 struct posix_acl *p; in f2fs_acl_create()
337 struct posix_acl *clone; in f2fs_acl_create()
384 struct posix_acl *default_acl = NULL, *acl = NULL; in f2fs_init_acl()