Searched refs:posix_acl_xattr_header (Results 1 – 4 of 4) sorted by relevance
20 return (sizeof(struct posix_acl_xattr_header) + in posix_acl_xattr_size()27 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_xattr_count()29 size -= sizeof(struct posix_acl_xattr_header); in posix_acl_xattr_count()
35 struct posix_acl_xattr_header { struct
732 const struct posix_acl_xattr_header *header = value; in posix_acl_fix_xattr_common()737 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_fix_xattr_common()778 const struct posix_acl_xattr_header *header = value; in posix_acl_from_xattr()838 struct posix_acl_xattr_header *ext_acl = buffer; in posix_acl_to_xattr()894 struct posix_acl_xattr_header *ext_acl = buffer; in vfs_posix_acl_to_xattr()
4903 struct posix_acl_xattr_header dummy_acl; in __process_new_xattr()
Completed in 23 milliseconds