Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_acl.c156 if (s % sizeof(struct ext2_acl_entry)) in ext4_acl_from_disk()
159 count = s / sizeof(struct ext2_acl_entry) + 4; in ext4_acl_from_disk()
167 struct ext2_acl_entry *entry = (struct ext2_acl_entry *)value; in ext4_acl_from_disk()
183 value = (char *)value + sizeof(struct ext2_acl_entry); in ext4_acl_from_disk()
191 value = (char *)value + sizeof(struct ext2_acl_entry); in ext4_acl_from_disk()
308 (acl->acl_cnt - 4) * sizeof(struct ext2_acl_entry); in ext4_acl_to_disk()
320 struct ext2_acl_entry *entry = (struct ext2_acl_entry *)e; in ext4_acl_to_disk()
326 e += sizeof(struct ext2_acl_entry); in ext4_acl_to_disk()
331 e += sizeof(struct ext2_acl_entry); in ext4_acl_to_disk()
H A Dext2_acl.h34 struct ext2_acl_entry { struct