Lines Matching refs:pool_ns
611 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()
1963 if (t->target_oloc.pool_ns) { in hoid_fill_from_target()
1964 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
1965 hoid->nspace_len = t->target_oloc.pool_ns->len; in hoid_fill_from_target()
2094 if (oloc->pool_ns) in encode_oloc()
2095 ceph_encode_string(p, end, oloc->pool_ns->str, in encode_oloc()
2096 oloc->pool_ns->len); in encode_oloc()
3484 if (!oloc->pool_ns || in ceph_oloc_decode()
3485 ceph_compare_string(oloc->pool_ns, *p, len)) in ceph_oloc_decode()
3489 if (oloc->pool_ns) in ceph_oloc_decode()
3677 m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns; in handle_reply()
3679 m.redirect.oloc.pool_ns = NULL; in handle_reply()