Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dposix_acl_xattr.h35 struct posix_acl_xattr_header { struct
/linux/fs/
H A Dposix_acl.c737 const struct posix_acl_xattr_header *header = value; in posix_acl_fix_xattr_common()
742 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_fix_xattr_common()
781 const struct posix_acl_xattr_header *header = value; in posix_acl_from_xattr()
841 struct posix_acl_xattr_header *ext_acl; in posix_acl_to_xattr()
898 struct posix_acl_xattr_header *ext_acl = buffer; in vfs_posix_acl_to_xattr()
/linux/fs/btrfs/
H A Dsend.c4862 struct posix_acl_xattr_header dummy_acl; in __process_new_xattr()