Searched refs:posix_acl_xattr_header (Results 1 – 3 of 3) sorted by relevance
35 struct posix_acl_xattr_header { struct
61 } posix_acl_xattr_header; typedef
512 if (size < sizeof(posix_acl_xattr_header)) in posix_acl_xattr_count()514 size -= sizeof(posix_acl_xattr_header); in posix_acl_xattr_count()528 const posix_acl_xattr_header *header = in convert_posix_acl_to_disk_buffer()529 (const posix_acl_xattr_header*) value; in convert_posix_acl_to_disk_buffer()540 if (size < sizeof(posix_acl_xattr_header)) in convert_posix_acl_to_disk_buffer()582 posix_acl_xattr_header *header; in convert_disk_buffer_to_posix_acl()598 header = (posix_acl_xattr_header *) out; 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()