Home
last modified time | relevance | path

Searched refs:bio_length (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dosd_client.h71 size_t bio_length; /* total in list */ member
285 struct bio *bio, size_t bio_length);
Dmessenger.h100 size_t bio_length; member
/linux-4.4.14/net/ceph/
Dosd_client.c115 struct bio *bio, size_t bio_length) in ceph_osd_data_bio_init() argument
119 osd_data->bio_length = bio_length; in ceph_osd_data_bio_init()
193 unsigned int which, struct bio *bio, size_t bio_length) in osd_req_op_extent_osd_data_bio() argument
198 ceph_osd_data_bio_init(osd_data, bio, bio_length); in osd_req_op_extent_osd_data_bio()
259 return (u64)osd_data->bio_length; in ceph_osd_data_length()
Dmessenger.c836 cursor->resid = min(length, data->bio_length); in ceph_msg_data_bio_cursor_init()
3252 data->bio_length = length; in ceph_msg_data_add_bio()