Searched refs:r_mnt_idmap (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ceph/ |
| H A D | mds_client.h | 332 struct mnt_idmap *r_mnt_idmap; member
|
| H A D | mds_client.c | 1172 if (req->r_mnt_idmap) in ceph_mdsc_release_request() 1173 mnt_idmap_put(req->r_mnt_idmap); in ceph_mdsc_release_request() 1233 if (!req->r_mnt_idmap) in __register_request() 1234 req->r_mnt_idmap = &nop_mnt_idmap; in __register_request() 3176 if ((req->r_mnt_idmap != &nop_mnt_idmap) && in create_request_message() 3186 caller_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3188 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3230 owner_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3232 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
|
| H A D | dir.c | 957 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_mknod() 1077 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_symlink() 1159 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_mkdir()
|
| H A D | file.c | 719 mapped_fsuid(req->r_mnt_idmap, in ceph_finish_async_create() 729 mapped_fsgid(req->r_mnt_idmap, in ceph_finish_async_create() 887 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_atomic_open()
|