Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmessenger.h290 extern void ceph_msg_data_add_bio(struct ceph_msg *msg, struct bio *bio,
/linux-4.4.14/net/ceph/
Dmessenger.c3242 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct bio *bio, in ceph_msg_data_add_bio() function
3257 EXPORT_SYMBOL(ceph_msg_data_add_bio);
Dosd_client.c647 ceph_msg_data_add_bio(msg, osd_data->bio, length); in ceph_osdc_msg_data_add()