Searched refs:posix_acl_from_xattr (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/linux/ |
D | posix_acl_xattr.h | 56 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
|
/linux-6.1.9/fs/9p/ |
D | acl.c | 33 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl() 262 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
|
/linux-6.1.9/fs/fuse/ |
D | acl.c | 43 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
|
/linux-6.1.9/fs/btrfs/ |
D | acl.c | 48 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/linux-6.1.9/fs/gfs2/ |
D | acl.c | 55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
/linux-6.1.9/fs/jfs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/linux-6.1.9/fs/orangefs/ |
D | acl.c | 53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
/linux-6.1.9/fs/ceph/ |
D | acl.c | 71 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/linux-6.1.9/fs/ |
D | posix_acl.c | 1065 posix_acl_from_xattr(struct user_namespace *fs_userns, in posix_acl_from_xattr() function 1072 EXPORT_SYMBOL (posix_acl_from_xattr);
|
/linux-6.1.9/fs/erofs/ |
D | xattr.c | 656 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
/linux-6.1.9/fs/ntfs3/ |
D | xattr.c | 521 acl = posix_acl_from_xattr(&init_user_ns, buf, err); in ntfs_get_acl_ex()
|