Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dposix_acl_xattr.h36 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
40 posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, in posix_acl_from_xattr() function
/linux/fs/btrfs/
H A Dacl.c47 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
/linux/fs/orangefs/
H A Dacl.c53 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
/linux/fs/gfs2/
H A Dacl.c55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
/linux/fs/jfs/
H A Dacl.c53 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
/linux/fs/
H A Dposix_acl.c774 struct posix_acl *posix_acl_from_xattr(struct user_namespace *userns, in posix_acl_from_xattr() function
828 EXPORT_SYMBOL (posix_acl_from_xattr);
1274 acl = posix_acl_from_xattr(current_user_ns(), kvalue, size); in do_set_acl()
/linux/fs/ceph/
H A Dacl.c73 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
/linux/fs/9p/
H A Dacl.c42 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_fid_get_acl()
/linux/fs/erofs/
H A Dxattr.c547 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
/linux/fs/ntfs3/
H A Dxattr.c577 acl = posix_acl_from_xattr(&init_user_ns, buf, err); in ntfs_get_acl()