Searched refs:posix_acl_from_xattr (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/include/linux/ |
D | posix_acl_xattr.h | 55 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
|
/linux-5.19.10/fs/9p/ |
D | acl.c | 33 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl() 262 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
|
/linux-5.19.10/fs/fuse/ |
D | acl.c | 43 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
|
/linux-5.19.10/fs/btrfs/ |
D | acl.c | 48 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/linux-5.19.10/fs/gfs2/ |
D | acl.c | 55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/linux-5.19.10/fs/jfs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/linux-5.19.10/fs/orangefs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/linux-5.19.10/fs/ |
D | posix_acl.c | 795 posix_acl_from_xattr(struct user_namespace *user_ns, in posix_acl_from_xattr() function 858 EXPORT_SYMBOL (posix_acl_from_xattr); 961 acl = posix_acl_from_xattr(&init_user_ns, value, size); in posix_acl_xattr_set()
|
/linux-5.19.10/fs/ceph/ |
D | acl.c | 71 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/linux-5.19.10/fs/ntfs3/ |
D | xattr.c | 521 acl = posix_acl_from_xattr(&init_user_ns, buf, err); in ntfs_get_acl_ex() 671 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ntfs_xattr_set_acl()
|
/linux-5.19.10/security/integrity/evm/ |
D | evm_main.c | 469 acl = posix_acl_from_xattr(&init_user_ns, xattr_value, xattr_value_len); in evm_xattr_acl_change()
|
/linux-5.19.10/fs/erofs/ |
D | xattr.c | 656 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/linux-5.19.10/fs/overlayfs/ |
D | super.c | 1029 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()
|