Lines Matching refs:oid
1758 *pkey = hoid->oid; in hoid_get_effective_key()
1812 ret = compare_names(lhs->oid, lhs->oid_len, rhs->oid, rhs->oid_len); in hoid_compare()
1854 hoid->oid = ceph_extract_encoded_string(p, end, &hoid->oid_len, in decode_hoid()
1856 if (IS_ERR(hoid->oid)) { in decode_hoid()
1857 ret = PTR_ERR(hoid->oid); in decode_hoid()
1858 hoid->oid = NULL; in decode_hoid()
1893 ceph_encode_string(p, end, hoid->oid, hoid->oid_len); in encode_hoid()
1905 kfree(hoid->oid); in free_hoid()
2000 hoid->oid = t->target_oid.name; in hoid_fill_from_target()
2245 void *oloc, *oid, *tail; in encode_request_finish() local
2266 oid = p; in encode_request_finish()
2269 oid_len = p - oid; in encode_request_finish()
2291 BUG_ON(p >= oid); in encode_request_finish()
2292 memmove(p, oid, oid_len); in encode_request_finish()
4765 struct ceph_object_id *oid, in ceph_osdc_watch() argument
4784 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_watch()
4877 struct ceph_object_id *oid, in ceph_osdc_notify_ack() argument
4891 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_notify_ack()
4922 struct ceph_object_id *oid, in ceph_osdc_notify() argument
4969 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_notify()
5055 struct ceph_object_id *oid, in ceph_osdc_list_watchers() argument
5068 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_list_watchers()
5128 struct ceph_object_id *oid, in ceph_osdc_call() argument
5145 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_call()