Home
last modified time | relevance | path

Searched refs:r_mnt_idmap (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ceph/
H A Dmds_client.h378 struct mnt_idmap *r_mnt_idmap; member
H A Ddir.c968 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_mknod()
1088 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_symlink()
1169 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_mkdir()
H A Dmds_client.c1225 if (req->r_mnt_idmap) in ceph_mdsc_release_request()
1226 mnt_idmap_put(req->r_mnt_idmap); in ceph_mdsc_release_request()
1286 if (!req->r_mnt_idmap) in __register_request()
1287 req->r_mnt_idmap = &nop_mnt_idmap; in __register_request()
3323 if ((req->r_mnt_idmap != &nop_mnt_idmap) && in create_request_message()
3333 caller_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
3335 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
3377 owner_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
3379 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
H A Dfile.c720 mapped_fsuid(req->r_mnt_idmap, in ceph_finish_async_create()
730 mapped_fsgid(req->r_mnt_idmap, in ceph_finish_async_create()
889 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_atomic_open()