Lines Matching refs:posix_acl
45 static struct posix_acl *f2fs_acl_from_disk(const char *value, size_t size)
48 struct posix_acl *acl;
113 const struct posix_acl *acl, size_t *size)
167 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type,
172 struct posix_acl *acl;
198 struct posix_acl *f2fs_get_acl(struct inode *inode, int type)
204 struct posix_acl *acl, struct page *ipage)
251 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
261 * are copied from posix_acl.c
263 static struct posix_acl *f2fs_acl_clone(const struct posix_acl *acl,
266 struct posix_acl *clone = NULL;
269 int size = sizeof(struct posix_acl) + acl->a_count *
278 static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
333 struct posix_acl **default_acl, struct posix_acl **acl,
336 struct posix_acl *p;
337 struct posix_acl *clone;
386 struct posix_acl *default_acl = NULL, *acl = NULL;