Home
last modified time | relevance | path

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

/fs/9p/
Dacl.c41 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl()
266 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
/fs/fuse/
Dacl.c37 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
/fs/gfs2/
Dacl.c54 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
/fs/btrfs/
Dacl.c45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
/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()
/fs/jfs/
Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
/fs/orangefs/
Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
/fs/ceph/
Dacl.c68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
/fs/erofs/
Dxattr.c702 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
/fs/overlayfs/
Dsuper.c897 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()