Lines Matching refs:oid
1754 *pkey = hoid->oid; in hoid_get_effective_key()
1808 ret = compare_names(lhs->oid, lhs->oid_len, rhs->oid, rhs->oid_len); in hoid_compare()
1850 hoid->oid = ceph_extract_encoded_string(p, end, &hoid->oid_len, in decode_hoid()
1852 if (IS_ERR(hoid->oid)) { in decode_hoid()
1853 ret = PTR_ERR(hoid->oid); in decode_hoid()
1854 hoid->oid = NULL; in decode_hoid()
1889 ceph_encode_string(p, end, hoid->oid, hoid->oid_len); in encode_hoid()
1901 kfree(hoid->oid); in free_hoid()
1996 hoid->oid = t->target_oid.name; in hoid_fill_from_target()
2241 void *oloc, *oid, *tail; in encode_request_finish() local
2262 oid = p; in encode_request_finish()
2265 oid_len = p - oid; in encode_request_finish()
2287 BUG_ON(p >= oid); in encode_request_finish()
2288 memmove(p, oid, oid_len); in encode_request_finish()
4758 struct ceph_object_id *oid, in ceph_osdc_watch() argument
4777 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_watch()
4870 struct ceph_object_id *oid, in ceph_osdc_notify_ack() argument
4884 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_notify_ack()
4915 struct ceph_object_id *oid, in ceph_osdc_notify() argument
4962 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_notify()
5048 struct ceph_object_id *oid, in ceph_osdc_list_watchers() argument
5061 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_list_watchers()
5121 struct ceph_object_id *oid, in ceph_osdc_call() argument
5138 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_call()