Lines Matching refs:pool_ns
606 return 8 + 4 + 4 + 4 + (oloc->pool_ns ? oloc->pool_ns->len : 0); in ceph_oloc_encoding_size()
1034 req->r_base_oloc.pool_ns = ceph_try_get_string(layout->pool_ns); in ceph_osdc_new_request()
1815 if (t->target_oloc.pool_ns) { in hoid_fill_from_target()
1816 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
1817 hoid->nspace_len = t->target_oloc.pool_ns->len; in hoid_fill_from_target()
1941 if (oloc->pool_ns) in encode_oloc()
1942 ceph_encode_string(p, end, oloc->pool_ns->str, in encode_oloc()
1943 oloc->pool_ns->len); in encode_oloc()
3312 if (!oloc->pool_ns || in ceph_oloc_decode()
3313 ceph_compare_string(oloc->pool_ns, *p, len)) in ceph_oloc_decode()
3317 if (oloc->pool_ns) in ceph_oloc_decode()
3508 m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns; in handle_reply()
3510 m.redirect.oloc.pool_ns = NULL; in handle_reply()