Home
last modified time | relevance | path

Searched refs:ceph_msg_data_add_bio (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
Dmessenger.h365 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
/kernel/linux/linux-5.10/net/ceph/
Dmessenger.c3294 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio() function
3306 EXPORT_SYMBOL(ceph_msg_data_add_bio);
Dosd_client.c971 ceph_msg_data_add_bio(msg, &osd_data->bio_pos, length); in ceph_osdc_msg_data_add()