Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dposix_acl_xattr.h47 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
/OK3568_Linux_fs/kernel/fs/9p/
H A Dacl.c41 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()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dacl.c40 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dacl.c45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dacl.c55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
/OK3568_Linux_fs/kernel/fs/
H A Dposix_acl.c728 posix_acl_from_xattr(struct user_namespace *user_ns, in posix_acl_from_xattr() function
791 EXPORT_SYMBOL (posix_acl_from_xattr);
892 acl = posix_acl_from_xattr(&init_user_ns, value, size); in posix_acl_xattr_set()
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dacl.c50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dacl.c68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dxattr.c708 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c987 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()