/kernel/linux/linux-6.6/include/linux/ |
H A D | posix_acl_xattr.h | 36 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns, 40 posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, in posix_acl_from_xattr() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | posix_acl_xattr.h | 47 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | acl.c | 40 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | acl.c | 41 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl() 265 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | acl.c | 45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | acl.c | 55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | acl.c | 48 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | acl.c | 44 acl = posix_acl_from_xattr(fc->user_ns, value, size); in __fuse_get_acl()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | acl.c | 55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/kernel/linux/linux-5.10/fs/ |
H A D | posix_acl.c | 728 posix_acl_from_xattr(struct user_namespace *user_ns, in posix_acl_from_xattr() function 791 EXPORT_SYMBOL (posix_acl_from_xattr); variable 892 acl = posix_acl_from_xattr(&init_user_ns, value, size); in posix_acl_xattr_set()
|
/kernel/linux/linux-6.6/fs/ |
H A D | posix_acl.c | 752 * posix_acl_from_xattr - convert POSIX ACLs from backing store to VFS format 758 * posix_acl_from_xattr() when reading them from the backing store and 762 * The posix_acl_from_xattr() function will map the raw {g,u}id values stored 765 * Note that posix_acl_from_xattr() does not take idmapped mounts into account. 775 struct posix_acl *posix_acl_from_xattr(struct user_namespace *userns, in posix_acl_from_xattr() function 829 EXPORT_SYMBOL (posix_acl_from_xattr); variable 1272 * Note that posix_acl_from_xattr() uses GFP_NOFS when it in do_set_acl() 1275 acl = posix_acl_from_xattr(current_user_ns(), kvalue, size); in do_set_acl()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | acl.c | 68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | acl.c | 71 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | acl.c | 42 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_fid_get_acl()
|
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | xattr.c | 707 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | xattr.c | 556 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | xattr.c | 573 acl = posix_acl_from_xattr(&init_user_ns, buf, err); in ntfs_get_acl()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 970 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()
|