Searched refs:bio_trim (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | block.c | 119 bio_trim(bio, start_idx * PAGE_SECTORS, in squashfs_bio_read_cached() 134 bio_trim(bio, start_idx * PAGE_SECTORS, in squashfs_bio_read_cached()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-io-rewind.c | 155 bio_trim(new_orig, 0, io->sectors); in dm_io_rewind()
|
H A D | dm.c | 1789 bio_trim(bio, io->sectors, ci.sector_count); in dm_split_and_process_bio()
|
H A D | raid1.c | 2421 bio_trim(wbio, sector - r1_bio->sector, sectors); in narrow_write_error()
|
H A D | raid10.c | 2944 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error()
|
/kernel/linux/linux-5.10/block/ |
H A D | bio.c | 1507 * bio_trim - trim a bio 1512 void bio_trim(struct bio *bio, int offset, int size) in bio_trim() function 1529 EXPORT_SYMBOL_GPL(bio_trim); variable
|
/kernel/linux/linux-6.6/block/ |
H A D | bio.c | 1655 * bio_trim - trim a bio 1663 void bio_trim(struct bio *bio, sector_t offset, sector_t size) in bio_trim() function 1679 EXPORT_SYMBOL_GPL(bio_trim); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bio.h | 360 extern void bio_trim(struct bio *bio, int offset, int size);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bio.h | 385 void bio_trim(struct bio *bio, sector_t offset, sector_t size);
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.c | 2378 bio_trim(wbio, sector - r1_bio->sector, sectors); in narrow_write_error()
|
H A D | raid10.c | 2561 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 3007 bio_trim(bio, offset >> 9, size >> 9); in btrfs_bio_clone_partial()
|
Completed in 37 milliseconds