Searched refs:ceph_extract_encoded_string (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/net/ceph/ |
| D | cls_lock_client.c | 257 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_locker() 308 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_lockers()
|
| D | osd_client.c | 1783 hoid->key = ceph_extract_encoded_string(p, end, &hoid->key_len, in decode_hoid() 1791 hoid->oid = ceph_extract_encoded_string(p, end, &hoid->oid_len, in decode_hoid() 1803 hoid->nspace = ceph_extract_encoded_string(p, end, &hoid->nspace_len, in decode_hoid()
|
| /kernel/linux/linux-6.6/net/ceph/ |
| D | cls_lock_client.c | 263 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_locker() 314 s = ceph_extract_encoded_string(p, end, NULL, GFP_NOIO); in decode_lockers()
|
| D | osd_client.c | 1863 hoid->key = ceph_extract_encoded_string(p, end, &hoid->key_len, in decode_hoid() 1871 hoid->oid = ceph_extract_encoded_string(p, end, &hoid->oid_len, in decode_hoid() 1883 hoid->nspace = ceph_extract_encoded_string(p, end, &hoid->nspace_len, in decode_hoid()
|
| /kernel/linux/linux-5.10/include/linux/ceph/ |
| D | decode.h | 107 static inline char *ceph_extract_encoded_string(void **p, void *end, in ceph_extract_encoded_string() function
|
| /kernel/linux/linux-6.6/include/linux/ceph/ |
| D | decode.h | 107 static inline char *ceph_extract_encoded_string(void **p, void *end, in ceph_extract_encoded_string() function
|
| /kernel/linux/linux-6.6/drivers/block/ |
| D | rbd.c | 5507 object_prefix = ceph_extract_encoded_string(&p, p + ret, NULL, in rbd_dev_v2_object_prefix() 5627 pii->pool_ns = ceph_extract_encoded_string(p, end, NULL, GFP_KERNEL); in decode_parent_image_spec() 5633 pii->image_id = ceph_extract_encoded_string(p, end, NULL, GFP_KERNEL); in decode_parent_image_spec() 5711 pii->image_id = ceph_extract_encoded_string(&p, end, NULL, GFP_KERNEL); in __get_parent_info_legacy() 5906 image_name = ceph_extract_encoded_string(&p, end, &len, GFP_KERNEL); in rbd_dev_image_name() 6154 snap_name = ceph_extract_encoded_string(&p, end, NULL, GFP_KERNEL); in rbd_dev_v2_snap_name() 6666 image_id = ceph_extract_encoded_string(&p, p + ret, in rbd_dev_image_id()
|
| /kernel/linux/linux-5.10/drivers/block/ |
| D | rbd.c | 5574 object_prefix = ceph_extract_encoded_string(&p, p + ret, NULL, in rbd_dev_v2_object_prefix() 5694 pii->pool_ns = ceph_extract_encoded_string(p, end, NULL, GFP_KERNEL); in decode_parent_image_spec() 5700 pii->image_id = ceph_extract_encoded_string(p, end, NULL, GFP_KERNEL); in decode_parent_image_spec() 5778 pii->image_id = ceph_extract_encoded_string(&p, end, NULL, GFP_KERNEL); in __get_parent_info_legacy() 5973 image_name = ceph_extract_encoded_string(&p, end, &len, GFP_KERNEL); in rbd_dev_image_name() 6221 snap_name = ceph_extract_encoded_string(&p, end, NULL, GFP_KERNEL); in rbd_dev_v2_snap_name() 6732 image_id = ceph_extract_encoded_string(&p, p + ret, in rbd_dev_image_id()
|