Searched refs:ceph_encode_string (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/include/linux/ceph/ | 
| D | decode.h | 210 static inline void ceph_encode_string(void **p, void *end,  in ceph_encode_string()  function255 		ceph_encode_string(p, end, s, n);		\
 
 | 
| /linux-4.4.14/net/ceph/ | 
| D | mon_client.c | 216 			ceph_encode_string(&p, end, "osdmap", 6);  in __send_subscribe()226 			ceph_encode_string(&p, end, "mdsmap", 6);  in __send_subscribe()
 232 		ceph_encode_string(&p, end, "monmap", 6);  in __send_subscribe()
 712 	ceph_encode_string(&p, end, what, strlen(what));  in ceph_monc_do_get_version()
 
 | 
| /linux-4.4.14/drivers/block/ | 
| D | rbd.c | 4420 	ceph_encode_string(&p, end, rbd_dev->spec->image_id, (u32)len);  in rbd_dev_image_name()
 |