Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dposix_acl_xattr.h20 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()
/linux-6.15/include/uapi/linux/
H A Dposix_acl_xattr.h35 struct posix_acl_xattr_header { struct
/linux-6.15/fs/
H A Dposix_acl.c730 const struct posix_acl_xattr_header *header = value; in posix_acl_fix_xattr_common()
735 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_fix_xattr_common()
776 const struct posix_acl_xattr_header *header = value; in posix_acl_from_xattr()
836 struct posix_acl_xattr_header *ext_acl = buffer; in posix_acl_to_xattr()
892 struct posix_acl_xattr_header *ext_acl = buffer; in vfs_posix_acl_to_xattr()
/linux-6.15/fs/btrfs/
H A Dsend.c4956 struct posix_acl_xattr_header dummy_acl; in __process_new_xattr()