Searched refs:oid_len (Results 1 – 2 of 2) sorted by relevance
/net/ceph/ |
D | osd_client.c | 1696 *pkey_len = hoid->oid_len; in hoid_get_effective_key() 1749 ret = compare_names(lhs->oid, lhs->oid_len, rhs->oid, rhs->oid_len); in hoid_compare() 1791 hoid->oid = ceph_extract_encoded_string(p, end, &hoid->oid_len, in decode_hoid() 1823 4 + hoid->key_len + 4 + hoid->oid_len + 4 + hoid->nspace_len; in hoid_encoding_size() 1830 ceph_encode_string(p, end, hoid->oid, hoid->oid_len); in encode_hoid() 1938 hoid->oid_len = t->target_oid.name_len; in hoid_fill_from_target() 2182 int oloc_len, oid_len, tail_len; in encode_request_finish() local 2205 oid_len = p - oid; in encode_request_finish() 2228 memmove(p, oid, oid_len); in encode_request_finish() 2229 p += oid_len; in encode_request_finish()
|
D | debugfs.c | 316 dump_name_escaped(s, hoid->oid, hoid->oid_len); in dump_hoid()
|