Home
last modified time | relevance | path

Searched refs:f2fs_acl_header (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dacl.c20 return sizeof(struct f2fs_acl_header) + in f2fs_acl_size()
23 return sizeof(struct f2fs_acl_header) + in f2fs_acl_size()
33 size -= sizeof(struct f2fs_acl_header); in f2fs_acl_count()
50 struct f2fs_acl_header *hdr = (struct f2fs_acl_header *)value; in f2fs_acl_from_disk()
54 if (size < sizeof(struct f2fs_acl_header)) in f2fs_acl_from_disk()
116 struct f2fs_acl_header *f2fs_acl; in f2fs_acl_to_disk()
120 f2fs_acl = f2fs_kmalloc(sbi, sizeof(struct f2fs_acl_header) + in f2fs_acl_to_disk()
H A Dacl.h30 struct f2fs_acl_header { struct