Lines Matching refs:oid_len
1776 *pkey_len = hoid->oid_len;
1829 ret = compare_names(lhs->oid, lhs->oid_len, rhs->oid, rhs->oid_len);
1871 hoid->oid = ceph_extract_encoded_string(p, end, &hoid->oid_len,
1903 4 + hoid->key_len + 4 + hoid->oid_len + 4 + hoid->nspace_len;
1910 ceph_encode_string(p, end, hoid->oid, hoid->oid_len);
2018 hoid->oid_len = t->target_oid.name_len;
2234 dout("%s req %p msg %p oid %s oid_len %d\n", __func__, req, msg,
2263 int oloc_len, oid_len, tail_len;
2286 oid_len = p - oid;
2309 memmove(p, oid, oid_len);
2310 p += oid_len;