Lines Matching defs:hoid
300 static void dump_hoid(struct seq_file *s, const struct ceph_hobject_id *hoid)
302 if (hoid->snapid == 0 && hoid->hash == 0 && !hoid->is_max &&
303 hoid->pool == S64_MIN) {
307 if (hoid->is_max) {
311 seq_printf(s, "%lld:%08x:", hoid->pool, hoid->hash_reverse_bits);
312 dump_name_escaped(s, hoid->nspace, hoid->nspace_len);
314 dump_name_escaped(s, hoid->key, hoid->key_len);
316 dump_name_escaped(s, hoid->oid, hoid->oid_len);
318 dump_snapid(s, hoid->snapid);