Lines Matching defs:bytes
1284 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios()
1294 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs()
1311 u32 bytes) in rbd_obj_zero_range()
2245 u32 bytes) in rbd_osd_setup_copyup()
2658 static void set_bio_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bio_pos()
2669 static void count_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bio_bvecs()
2682 static void copy_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bio_bvecs()
2721 static void set_bvec_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bvec_pos()
2732 static void count_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bvecs()
2743 static void copy_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bvecs()
3043 static bool is_zero_bvecs(struct bio_vec *bvecs, u32 bytes) in is_zero_bvecs()
3061 u32 bytes) in rbd_obj_copyup_empty_snapc()
3088 u32 bytes) in rbd_obj_copyup_current_snapc()
3216 u32 bytes = rbd_obj_img_extents_bytes(obj_req); in rbd_obj_copyup_write_object() local