Searched refs:posix_acl_from_xattr (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/include/linux/ |
D | posix_acl_xattr.h | 51 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
|
/Linux-v5.15/fs/9p/ |
D | acl.c | 41 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl() 269 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
|
/Linux-v5.15/fs/fuse/ |
D | acl.c | 43 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
|
/Linux-v5.15/fs/btrfs/ |
D | acl.c | 48 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/Linux-v5.15/fs/gfs2/ |
D | acl.c | 55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/Linux-v5.15/fs/jfs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/Linux-v5.15/fs/orangefs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/Linux-v5.15/fs/ |
D | posix_acl.c | 781 posix_acl_from_xattr(struct user_namespace *user_ns, in posix_acl_from_xattr() function 844 EXPORT_SYMBOL (posix_acl_from_xattr); 947 acl = posix_acl_from_xattr(&init_user_ns, value, size); in posix_acl_xattr_set()
|
/Linux-v5.15/fs/ceph/ |
D | acl.c | 71 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/Linux-v5.15/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-v5.15/fs/erofs/ |
D | xattr.c | 709 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/Linux-v5.15/fs/ntfs3/ |
D | xattr.c | 515 acl = posix_acl_from_xattr(mnt_userns, buf, err); in ntfs_get_acl_ex()
|
/Linux-v5.15/fs/overlayfs/ |
D | super.c | 1022 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()
|