Searched refs:r_mnt_idmap (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/ceph/ ! |
D | mds_client.h | 326 struct mnt_idmap *r_mnt_idmap; member
|
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() 3084 if ((req->r_mnt_idmap != &nop_mnt_idmap) && in create_request_message() 3094 caller_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3096 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3138 owner_fsuid = from_vfsuid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3140 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
|
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()
|
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()
|