Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbio.c1551 void bio_trim(struct bio *bio, sector_t offset, sector_t size) in bio_trim() function
1567 EXPORT_SYMBOL_GPL(bio_trim);
/Linux-v5.15/include/linux/
Dbio.h377 void bio_trim(struct bio *bio, sector_t offset, sector_t size);
/Linux-v5.15/drivers/md/
Draid1.c2400 bio_trim(wbio, sector - r1_bio->sector, sectors); in narrow_write_error()
Draid10.c2869 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error()
/Linux-v5.15/fs/btrfs/
Dextent_io.c3175 bio_trim(bio, offset >> 9, size >> 9); in btrfs_bio_clone_partial()