Lines Matching refs:pool_ns
609 return 8 + 4 + 4 + 4 + (oloc->pool_ns ? oloc->pool_ns->len : 0); in ceph_oloc_encoding_size()
1116 req->r_base_oloc.pool_ns = ceph_try_get_string(layout->pool_ns); in ceph_osdc_new_request()
1903 if (t->target_oloc.pool_ns) { in hoid_fill_from_target()
1904 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
1905 hoid->nspace_len = t->target_oloc.pool_ns->len; in hoid_fill_from_target()
2034 if (oloc->pool_ns) in encode_oloc()
2035 ceph_encode_string(p, end, oloc->pool_ns->str, in encode_oloc()
2036 oloc->pool_ns->len); in encode_oloc()
3423 if (!oloc->pool_ns || in ceph_oloc_decode()
3424 ceph_compare_string(oloc->pool_ns, *p, len)) in ceph_oloc_decode()
3428 if (oloc->pool_ns) in ceph_oloc_decode()
3619 m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns; in handle_reply()
3621 m.redirect.oloc.pool_ns = NULL; in handle_reply()