Searched refs:posix_acl_from_xattr (Results 1 – 10 of 10) sorted by relevance
/fs/btrfs/ |
D | acl.c | 48 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/fs/orangefs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/fs/gfs2/ |
D | acl.c | 55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/fs/fuse/ |
D | acl.c | 44 acl = posix_acl_from_xattr(fc->user_ns, value, size); in __fuse_get_acl()
|
/fs/jfs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/fs/ |
D | posix_acl.c | 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); 1275 acl = posix_acl_from_xattr(current_user_ns(), kvalue, size); in do_set_acl()
|
/fs/ceph/ |
D | acl.c | 71 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/fs/9p/ |
D | acl.c | 42 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_fid_get_acl()
|
/fs/erofs/ |
D | xattr.c | 556 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/fs/ntfs3/ |
D | xattr.c | 576 acl = posix_acl_from_xattr(&init_user_ns, buf, err); in ntfs_get_acl()
|