posix_acl_xattr_header 4537 fs/btrfs/send.c 	struct posix_acl_xattr_header dummy_acl;
posix_acl_xattr_header 3516 fs/cifs/cifssmb.c 	struct posix_acl_xattr_header *local_acl = (void *)trgt;
posix_acl_xattr_header 3588 fs/cifs/cifssmb.c 	struct posix_acl_xattr_header *local_acl = (void *)pACL;
posix_acl_xattr_header  670 fs/posix_acl.c 	struct posix_acl_xattr_header *header = value;
posix_acl_xattr_header  678 fs/posix_acl.c 	if (size < sizeof(struct posix_acl_xattr_header))
posix_acl_xattr_header  728 fs/posix_acl.c 	const struct posix_acl_xattr_header *header = value;
posix_acl_xattr_header  736 fs/posix_acl.c 	if (size < sizeof(struct posix_acl_xattr_header))
posix_acl_xattr_header  797 fs/posix_acl.c 	struct posix_acl_xattr_header *ext_acl = buffer;
posix_acl_xattr_header   20 include/linux/posix_acl_xattr.h 	return (sizeof(struct posix_acl_xattr_header) +
posix_acl_xattr_header   27 include/linux/posix_acl_xattr.h 	if (size < sizeof(struct posix_acl_xattr_header))
posix_acl_xattr_header   29 include/linux/posix_acl_xattr.h 	size -= sizeof(struct posix_acl_xattr_header);