Searched refs:r_mnt_idmap (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ceph/ |
H A D | mds_client.h | 328 struct mnt_idmap *r_mnt_idmap; member
|
H A D | mds_client.c | 1126 if (req->r_mnt_idmap) in ceph_mdsc_release_request() 1127 mnt_idmap_put(req->r_mnt_idmap); in ceph_mdsc_release_request() 1187 if (!req->r_mnt_idmap) in __register_request() 1188 req->r_mnt_idmap = &nop_mnt_idmap; in __register_request() 3078 if ((req->r_mnt_idmap != &nop_mnt_idmap) && in create_request_message() 3088 caller_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3090 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3132 owner_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3134 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
|
H A D | dir.c | 955 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_mknod() 1074 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_symlink() 1155 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_mkdir()
|
H A D | file.c | 704 mapped_fsuid(req->r_mnt_idmap, in ceph_finish_async_create() 714 mapped_fsgid(req->r_mnt_idmap, in ceph_finish_async_create() 874 req->r_mnt_idmap = mnt_idmap_get(idmap); in ceph_atomic_open()
|