Searched refs:bdev_end_io_acct (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/block/ |
| H A D | blk-core.c | 1054 void bdev_end_io_acct(struct block_device *bdev, enum req_op op, in bdev_end_io_acct() function 1069 EXPORT_SYMBOL(bdev_end_io_acct); 1074 bdev_end_io_acct(orig_bdev, bio_op(bio), bio_sectors(bio), start_time); in bio_end_io_acct_remapped()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | multipath.c | 157 bdev_end_io_acct(ns->head->disk->part0, req_op(rq), in nvme_mpath_end_request()
|
| /linux-6.15/include/linux/ |
| H A D | blkdev.h | 1623 void bdev_end_io_acct(struct block_device *bdev, enum req_op op,
|
| /linux-6.15/drivers/md/ |
| H A D | dm.c | 518 bdev_end_io_acct(bio->bi_bdev, bio_op(bio), in dm_io_acct()
|