Searched refs:nspace (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 1610 ret = compare_names(lhs->nspace, lhs->nspace_len, in hoid_compare() 1611 rhs->nspace, rhs->nspace_len); in hoid_compare() 1676 hoid->nspace = ceph_extract_encoded_string(p, end, &hoid->nspace_len, in decode_hoid() 1678 if (IS_ERR(hoid->nspace)) { in decode_hoid() 1679 ret = PTR_ERR(hoid->nspace); in decode_hoid() 1680 hoid->nspace = NULL; in decode_hoid() 1707 ceph_encode_string(p, end, hoid->nspace, hoid->nspace_len); in encode_hoid() 1716 kfree(hoid->nspace); in free_hoid() 1816 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target() 1819 hoid->nspace = NULL; in hoid_fill_from_target()
|
D | debugfs.c | 307 dump_name_escaped(s, hoid->nspace, hoid->nspace_len); in dump_hoid()
|
/Linux-v4.19/include/linux/ceph/ |
D | osd_client.h | 303 void *nspace; member
|