Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dposix_acl_xattr.h35 struct posix_acl_xattr_header { struct
/external/e2fsprogs/lib/ext2fs/
Dext4_acl.h61 } posix_acl_xattr_header; typedef
Dext_attr.c512 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()