Home
last modified time | relevance | path

Searched refs:bio_trim (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/block/
Dbio.c1825 void bio_trim(struct bio *bio, int offset, int size) in bio_trim() function
1845 EXPORT_SYMBOL_GPL(bio_trim);
/Linux-v4.19/include/linux/
Dbio.h395 extern void bio_trim(struct bio *bio, int offset, int size);
/Linux-v4.19/drivers/md/
Draid1.c2357 bio_trim(wbio, sector - r1_bio->sector, sectors); in narrow_write_error()
Draid10.c2588 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error()
/Linux-v4.19/fs/btrfs/
Dextent_io.c2707 bio_trim(bio, offset >> 9, size >> 9); in btrfs_bio_clone_partial()