Searched refs:bio_trim (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bio.c | 1513 void bio_trim(struct bio *bio, int offset, int size) in bio_trim() function 1530 EXPORT_SYMBOL_GPL(bio_trim);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bio.h | 365 extern void bio_trim(struct bio *bio, int offset, int size);
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid1.c | 2375 bio_trim(wbio, sector - r1_bio->sector, sectors); in narrow_write_error()
|
| H A D | raid10.c | 2542 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent_io.c | 3007 bio_trim(bio, offset >> 9, size >> 9); in btrfs_bio_clone_partial()
|