Searched refs:nspace_len (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 377 size_t nspace_len; member
|
| /linux/net/ceph/ |
| H A D | debugfs.c | 318 dump_name_escaped(s, hoid->nspace, hoid->nspace_len); in dump_hoid()
|
| H A D | osd_client.c | 1800 ret = compare_names(lhs->nspace, lhs->nspace_len, in hoid_compare() 1801 rhs->nspace, rhs->nspace_len); in hoid_compare() 1866 hoid->nspace = ceph_extract_encoded_string(p, end, &hoid->nspace_len, in decode_hoid() 1886 4 + hoid->key_len + 4 + hoid->oid_len + 4 + hoid->nspace_len; in hoid_encoding_size() 1897 ceph_encode_string(p, end, hoid->nspace, hoid->nspace_len); in encode_hoid() 2007 hoid->nspace_len = t->target_oloc.pool_ns->len; in hoid_fill_from_target() 2010 hoid->nspace_len = 0; in hoid_fill_from_target()
|