Searched refs:posix_acl_from_xattr (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | posix_acl_xattr.h | 47 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | acl.c | 40 acl = posix_acl_from_xattr(fc->user_ns, value, size); in fuse_get_acl()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | acl.c | 45 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | acl.c | 55 acl = posix_acl_from_xattr(&init_user_ns, data, len); in __gfs2_get_acl()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | posix_acl.c | 728 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 D | acl.c | 50 acl = posix_acl_from_xattr(&init_user_ns, value, ret); in orangefs_get_acl()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | acl.c | 68 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | xattr.c | 708 acl = posix_acl_from_xattr(&init_user_ns, value, rc); in erofs_get_acl()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | super.c | 987 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ovl_posix_acl_xattr_set()
|