Searched refs:decode_hoid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 1767 static int decode_hoid(void **p, void *end, struct ceph_hobject_id *hoid) in decode_hoid() function 4259 ret = decode_hoid(&p, end, m->begin); in decode_MOSDBackoff() 4271 ret = decode_hoid(&p, end, m->end); in decode_MOSDBackoff()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 1847 static int decode_hoid(void **p, void *end, struct ceph_hobject_id *hoid) in decode_hoid() function 4349 ret = decode_hoid(&p, end, m->begin); in decode_MOSDBackoff() 4361 ret = decode_hoid(&p, end, m->end); in decode_MOSDBackoff()
|
Completed in 15 milliseconds