Lines Matching defs:bytes
1274 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios()
1284 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs()
1301 u32 bytes) in rbd_obj_zero_range()
2109 static void set_bio_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bio_pos()
2120 static void count_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bio_bvecs()
2133 static void copy_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bio_bvecs()
2172 static void set_bvec_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bvec_pos()
2183 static void count_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bvecs()
2194 static void copy_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bvecs()
2344 static bool is_zero_bvecs(struct bio_vec *bvecs, u32 bytes) in is_zero_bvecs()
2359 static int rbd_obj_issue_copyup(struct rbd_obj_request *obj_req, u32 bytes) in rbd_obj_issue_copyup()