Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dposix_acl_xattr.h47 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
/Linux-v5.4/fs/fuse/
Dacl.c37 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
/Linux-v5.4/fs/9p/
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()
/Linux-v5.4/fs/btrfs/
Dacl.c45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
/Linux-v5.4/fs/gfs2/
Dacl.c54 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
/Linux-v5.4/fs/jfs/
Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
/Linux-v5.4/fs/orangefs/
Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
/Linux-v5.4/fs/
Dposix_acl.c725 posix_acl_from_xattr(struct user_namespace *user_ns, in posix_acl_from_xattr() function
788 EXPORT_SYMBOL (posix_acl_from_xattr);
889 acl = posix_acl_from_xattr(&init_user_ns, value, size); in posix_acl_xattr_set()
/Linux-v5.4/fs/ceph/
Dacl.c68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
/Linux-v5.4/fs/erofs/
Dxattr.c699 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
/Linux-v5.4/fs/overlayfs/
Dsuper.c876 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()