Searched refs:posix_acl_from_xattr (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/include/linux/ |
D | posix_acl_xattr.h | 47 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
|
/Linux-v5.4/fs/fuse/ |
D | acl.c | 37 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
|
/Linux-v5.4/fs/9p/ |
D | acl.c | 41 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/ |
D | acl.c | 45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/Linux-v5.4/fs/gfs2/ |
D | acl.c | 54 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/Linux-v5.4/fs/jfs/ |
D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/Linux-v5.4/fs/orangefs/ |
D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/Linux-v5.4/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()
|
/Linux-v5.4/fs/ceph/ |
D | acl.c | 68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/Linux-v5.4/fs/erofs/ |
D | xattr.c | 699 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/Linux-v5.4/fs/overlayfs/ |
D | super.c | 876 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()
|