Home
last modified time | relevance | path

Searched refs:posix_acl_from_xattr (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dposix_acl_xattr.h36 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 Dposix_acl_xattr.h47 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
/kernel/linux/linux-5.10/fs/fuse/
H A Dacl.c40 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
/kernel/linux/linux-5.10/fs/9p/
H A Dacl.c41 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 Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dacl.c45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
/kernel/linux/linux-5.10/fs/orangefs/
H A Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dacl.c55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dacl.c48 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
/kernel/linux/linux-6.6/fs/fuse/
H A Dacl.c44 acl = posix_acl_from_xattr(fc->user_ns, value, size); in __fuse_get_acl()
/kernel/linux/linux-6.6/fs/jfs/
H A Dacl.c53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dacl.c53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dacl.c55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
/kernel/linux/linux-5.10/fs/
H A Dposix_acl.c728 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 Dposix_acl.c752 * 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 Dacl.c68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
/kernel/linux/linux-6.6/fs/ceph/
H A Dacl.c71 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
/kernel/linux/linux-6.6/fs/9p/
H A Dacl.c42 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_fid_get_acl()
/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.c707 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.c556 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dxattr.c573 acl = posix_acl_from_xattr(&init_user_ns, buf, err); in ntfs_get_acl()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c970 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()

Completed in 13 milliseconds