Searched refs:posix_acl_from_xattr (Results 1 – 10 of 10) sorted by relevance
/fs/9p/ |
D | acl.c | 41 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/ |
D | acl.c | 37 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
|
/fs/gfs2/ |
D | acl.c | 54 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/fs/btrfs/ |
D | acl.c | 45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/fs/ |
D | posix_acl.c | 725 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/ |
D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/fs/orangefs/ |
D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/fs/ceph/ |
D | acl.c | 68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/fs/erofs/ |
D | xattr.c | 702 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/fs/overlayfs/ |
D | super.c | 897 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()
|