Searched refs:ceph_extract_encoded_string (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | decode.h | 105 static inline char *ceph_extract_encoded_string(void **p, void *end, in ceph_extract_encoded_string() function
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 4172 rbd_dev->header.object_prefix = ceph_extract_encoded_string(&p, in rbd_dev_v2_object_prefix() 4299 image_id = ceph_extract_encoded_string(&p, end, NULL, GFP_KERNEL); in rbd_dev_v2_parent_info() 4436 image_name = ceph_extract_encoded_string(&p, end, &len, GFP_KERNEL); in rbd_dev_image_name() 4686 snap_name = ceph_extract_encoded_string(&p, end, NULL, GFP_KERNEL); in rbd_dev_v2_snap_name() 5073 image_id = ceph_extract_encoded_string(&p, p + ret, in rbd_dev_image_id()
|