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
669 struct posix_acl_xattr_header *header = value; in posix_acl_fix_xattr_userns()677 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_fix_xattr_userns()727 const struct posix_acl_xattr_header *header = value; in posix_acl_from_xattr()735 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_from_xattr()796 struct posix_acl_xattr_header *ext_acl = buffer; in posix_acl_to_xattr()
3433 struct posix_acl_xattr_header *local_acl = (void *)trgt; in cifs_copy_posix_acl()3508 struct posix_acl_xattr_header *local_acl = (void *)pACL; in ACL_to_cifs_posix()
4516 struct posix_acl_xattr_header dummy_acl; in __process_new_xattr()