Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbio.c1513 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 Dbio.h365 extern void bio_trim(struct bio *bio, int offset, int size);
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1.c2375 bio_trim(wbio, sector - r1_bio->sector, sectors); in narrow_write_error()
H A Draid10.c2542 bio_trim(wbio, sector - bio->bi_iter.bi_sector, sectors); in narrow_write_error()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent_io.c3007 bio_trim(bio, offset >> 9, size >> 9); in btrfs_bio_clone_partial()