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