Searched refs:posix_acl_xattr_header (Results 1 – 5 of 5) 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
673 struct posix_acl_xattr_header *header = value; in posix_acl_fix_xattr_userns()681 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_fix_xattr_userns()731 const struct posix_acl_xattr_header *header = value; in posix_acl_from_xattr()739 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_from_xattr()800 struct posix_acl_xattr_header *ext_acl = buffer; in posix_acl_to_xattr()
3442 struct posix_acl_xattr_header *local_acl = (void *)trgt; in cifs_copy_posix_acl()3514 struct posix_acl_xattr_header *local_acl = (void *)pACL; in ACL_to_cifs_posix()
4659 struct posix_acl_xattr_header dummy_acl; in __process_new_xattr()