Lines Matching refs:pool_ns
578 return 8 + 4 + 4 + 4 + (oloc->pool_ns ? oloc->pool_ns->len : 0); in ceph_oloc_encoding_size()
1108 req->r_base_oloc.pool_ns = ceph_try_get_string(layout->pool_ns); in ceph_osdc_new_request()
2005 if (t->target_oloc.pool_ns) { in hoid_fill_from_target()
2006 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
2007 hoid->nspace_len = t->target_oloc.pool_ns->len; in hoid_fill_from_target()
2137 if (oloc->pool_ns) in encode_oloc()
2138 ceph_encode_string(p, end, oloc->pool_ns->str, in encode_oloc()
2139 oloc->pool_ns->len); in encode_oloc()
3582 if (!oloc->pool_ns || in ceph_oloc_decode()
3583 ceph_compare_string(oloc->pool_ns, *p, len)) in ceph_oloc_decode()
3587 if (oloc->pool_ns) in ceph_oloc_decode()
3775 m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns; in handle_reply()
3777 m.redirect.oloc.pool_ns = NULL; in handle_reply()