Home
last modified time | relevance | path

Searched refs:posix_acl_from_xattr (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/include/linux/
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
/Linux-v6.6/fs/btrfs/
Dacl.c48 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
/Linux-v6.6/fs/orangefs/
Dacl.c53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
/Linux-v6.6/fs/gfs2/
Dacl.c55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
/Linux-v6.6/fs/fuse/
Dacl.c44 acl = posix_acl_from_xattr(fc->user_ns, value, size); in __fuse_get_acl()
/Linux-v6.6/fs/jfs/
Dacl.c53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
/Linux-v6.6/fs/
Dposix_acl.c775 struct posix_acl *posix_acl_from_xattr(struct user_namespace *userns, in posix_acl_from_xattr() function
829 EXPORT_SYMBOL (posix_acl_from_xattr);
1275 acl = posix_acl_from_xattr(current_user_ns(), kvalue, size); in do_set_acl()
/Linux-v6.6/fs/ceph/
Dacl.c71 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
/Linux-v6.6/fs/9p/
Dacl.c42 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_fid_get_acl()
/Linux-v6.6/fs/erofs/
Dxattr.c556 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
/Linux-v6.6/fs/ntfs3/
Dxattr.c570 acl = posix_acl_from_xattr(&init_user_ns, buf, err); in ntfs_get_acl()