Searched refs:ceph_start_encoding (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ceph/ | 
| D | cls_lock_client.c | 58 	ceph_start_encoding(&p, 1, 1,  in ceph_cls_lock()115 	ceph_start_encoding(&p, 1, 1,  in ceph_cls_unlock()
 166 	ceph_start_encoding(&p, 1, 1,  in ceph_cls_break_lock()
 215 	ceph_start_encoding(&p, 1, 1,  in ceph_cls_set_cookie()
 360 	ceph_start_encoding(&p, 1, 1,  in ceph_cls_lock_info()
 413 	ceph_start_encoding(&p, 1, 1,  in ceph_cls_assert_locked()
 
 | 
| D | osd_client.c | 1789 	ceph_start_encoding(p, 4, 3, hoid_encoding_size(hoid));  in encode_hoid()2022 	ceph_start_encoding(p, 1, 1, CEPH_PGID_ENCODING_LEN + 1);  in encode_spgid()
 2030 	ceph_start_encoding(p, 5, 4, ceph_oloc_encoding_size(oloc));  in encode_oloc()
 2065 	ceph_start_encoding(&p, 2, 2, sizeof(struct ceph_osd_reqid));  in encode_request_partial()
 
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | decode.h | 310 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat,  in ceph_start_encoding()  function
 | 
| /Linux-v5.4/drivers/block/ | 
| D | rbd.c | 3853 	ceph_start_encoding(&p, 2, 1, buf_size - CEPH_ENCODING_START_BLK_LEN);  in __rbd_notify_op_lock()4458 		ceph_start_encoding(&p, 1, 1,  in __rbd_acknowledge_notify()
 
 |