Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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-v6.1/include/uapi/linux/
Dposix_acl_xattr.h35 struct posix_acl_xattr_header { struct
/Linux-v6.1/fs/
Dposix_acl.c716 const struct posix_acl_xattr_header *header = value; in posix_acl_fix_xattr_common()
721 if (size < sizeof(struct posix_acl_xattr_header)) in posix_acl_fix_xattr_common()
739 struct posix_acl_xattr_header *header = value; in posix_acl_getxattr_idmapped_mnt()
779 struct posix_acl_xattr_header *header = value; in posix_acl_fix_xattr_userns()
848 const struct posix_acl_xattr_header *header = value; in make_posix_acl()
1081 struct posix_acl_xattr_header *ext_acl = buffer; in posix_acl_to_xattr()
/Linux-v6.1/fs/cifs/
Dcifssmb.c2942 struct posix_acl_xattr_header *local_acl = (void *)trgt; in cifs_copy_posix_acl()
3014 struct posix_acl_xattr_header *local_acl = (void *)pACL; in ACL_to_cifs_posix()
/Linux-v6.1/fs/btrfs/
Dsend.c4666 struct posix_acl_xattr_header dummy_acl; in __process_new_xattr()