Searched refs:bio_trim (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/squashfs/ |
| H A D | block.c | 127 bio_trim(bio, start_idx * PAGE_SECTORS, in squashfs_bio_read_cached() 142 bio_trim(bio, start_idx * PAGE_SECTORS, in squashfs_bio_read_cached()
|
| /linux/drivers/md/ |
| H A D | dm-io-rewind.c | 155 bio_trim(new_orig, 0, io->sectors); in dm_io_rewind()
|
| H A D | raid1.c | 2531 bio_trim(wbio, sector - r1_bio->sector, sectors); in narrow_write_error()
|
| H A D | raid10.c | 2808 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error()
|
| /linux/include/linux/ |
| H A D | bio.h | 316 void bio_trim(struct bio *bio, sector_t offset, sector_t size);
|
| /linux/block/ |
| H A D | bio.c | 1855 void bio_trim(struct bio *bio, sector_t offset, sector_t size) in bio_trim() function 1875 EXPORT_SYMBOL_GPL(bio_trim);
|