Lines Matching refs:oid_len
1696 *pkey_len = hoid->oid_len;
1749 ret = compare_names(lhs->oid, lhs->oid_len, rhs->oid, rhs->oid_len);
1791 hoid->oid = ceph_extract_encoded_string(p, end, &hoid->oid_len,
1823 4 + hoid->key_len + 4 + hoid->oid_len + 4 + hoid->nspace_len;
1830 ceph_encode_string(p, end, hoid->oid, hoid->oid_len);
1938 hoid->oid_len = t->target_oid.name_len;
2153 dout("%s req %p msg %p oid %s oid_len %d\n", __func__, req, msg,
2182 int oloc_len, oid_len, tail_len;
2205 oid_len = p - oid;
2228 memmove(p, oid, oid_len);
2229 p += oid_len;