Searched refs:posix_acl_xattr_entry (Results 1 – 3 of 3) sorted by relevance
49 } posix_acl_xattr_entry; typedef57 posix_acl_xattr_entry a_entries[0];
515 if (size % sizeof(posix_acl_xattr_entry)) in posix_acl_xattr_count()517 return size / sizeof(posix_acl_xattr_entry); in posix_acl_xattr_count()530 const posix_acl_xattr_entry *end, *entry = in convert_posix_acl_to_disk_buffer()531 (const posix_acl_xattr_entry *)(header+1); in convert_posix_acl_to_disk_buffer()583 posix_acl_xattr_entry *entry; in convert_disk_buffer_to_posix_acl()600 entry = (posix_acl_xattr_entry *) (out + sizeof(posix_acl_xattr_header)); in convert_disk_buffer_to_posix_acl()
29 struct posix_acl_xattr_entry { struct