Home
last modified time | relevance | path

Searched refs:ext4_acl_header (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext4_acl.h39 } ext4_acl_header; typedef
Dext_attr.c532 ext4_acl_header *ext_acl; in convert_posix_acl_to_disk_buffer()
552 e = (char *) out_buf + sizeof(ext4_acl_header); in convert_posix_acl_to_disk_buffer()
553 s = sizeof(ext4_acl_header); in convert_posix_acl_to_disk_buffer()
584 const ext4_acl_header *ext_acl = (const ext4_acl_header *) value; in convert_disk_buffer_to_posix_acl()
590 (size < sizeof(ext4_acl_header)) || in convert_disk_buffer_to_posix_acl()
602 cp = (const char *) value + sizeof(ext4_acl_header); in convert_disk_buffer_to_posix_acl()
603 size -= sizeof(ext4_acl_header); in convert_disk_buffer_to_posix_acl()
/external/e2fsprogs/misc/
Dfuse2fs.c164 } ext4_acl_header; typedef
169 return sizeof(ext4_acl_header) + in ext4_acl_size()
172 return sizeof(ext4_acl_header) + in ext4_acl_size()
182 size -= sizeof(ext4_acl_header); in ext4_acl_count()
195 ext4_acl_header **eacl, size_t *eacl_sz) in fuse_to_ext4_acl()
198 ext4_acl_header *h; in fuse_to_ext4_acl()
248 ext4_acl_header *eacl, size_t eacl_sz) in ext4_to_fuse_acl()