Searched refs:r_t (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ceph/ |
| H A D | osd_client.c | 501 target_destroy(&req->r_t); in ceph_osdc_release_request() 541 target_init(&req->r_t); in request_init() 2017 spg = lookup_spg_mapping(&osd->o_backoff_mappings, &req->r_t.spgid); in should_plug_request() 2021 hoid_fill_from_target(&hoid, &req->r_t); in should_plug_request() 2156 encode_spgid(&p, &req->r_t.spgid); /* actual spg */ in encode_request_partial() 2157 ceph_encode_32(&p, req->r_t.pgid.seed); /* raw hash */ in encode_request_partial() 2174 encode_oloc(&p, end, &req->r_t.target_oloc); in encode_request_partial() 2175 ceph_encode_string(&p, end, req->r_t.target_oid.name, in encode_request_partial() 2176 req->r_t.target_oid.name_len); in encode_request_partial() 2212 req->r_t.target_oid.name, req->r_t.target_oid.name_len); in encode_request_partial() [all …]
|
| H A D | debugfs.c | 220 dump_target(s, &req->r_t); in dump_request()
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 243 struct ceph_osd_request_target r_t; member 244 #define r_base_oid r_t.base_oid 245 #define r_base_oloc r_t.base_oloc 246 #define r_flags r_t.flags
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | sumo_dpm.c | 151 u32 r_t, i_t; in sumo_gfx_powergating_initialize() local 157 r_t = 10; in sumo_gfx_powergating_initialize() 163 r_t = 50; in sumo_gfx_powergating_initialize() 212 rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t); in sumo_gfx_powergating_initialize()
|
| /linux/fs/ceph/ |
| H A D | file.c | 2848 ceph_oloc_copy(&req->r_t.base_oloc, dst_oloc); in ceph_alloc_copyfrom_request() 2849 ceph_oid_copy(&req->r_t.base_oid, dst_oid); in ceph_alloc_copyfrom_request()
|