Home
last modified time | relevance | path

Searched refs:base_oloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h210 struct ceph_object_locator base_oloc; member
245 #define r_base_oloc r_t.base_oloc
/openbmc/linux/net/ceph/
H A Dosd_client.c446 ceph_oloc_init(&t->base_oloc); in target_init()
462 ceph_oloc_copy(&dest->base_oloc, &src->base_oloc); in target_copy()
490 ceph_oloc_destroy(&t->base_oloc); in target_destroy()
1624 pi = ceph_pg_pool_by_id(osdc->osdmap, t->base_oloc.pool); in calc_target()
1642 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target()
2443 pool_full(osdc, req->r_t.base_oloc.pool))) { in __submit_request()
2452 req->r_t.base_oloc.pool); in __submit_request()
2671 pool_full(osdc, req->r_t.base_oloc.pool))) { in abort_on_full_fn()
4799 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_watch()
4837 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in ceph_osdc_unwatch()
[all …]
/openbmc/linux/fs/ceph/
H A Dfile.c2745 ceph_oloc_copy(&req->r_t.base_oloc, dst_oloc); in ceph_alloc_copyfrom_request()