Searched refs:bdev_start_io_acct (Results 1 – 4 of 4) sorted by relevance
/linux/block/ |
H A D | blk-core.c | 1009 unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op, in bdev_start_io_acct() function 1019 EXPORT_SYMBOL(bdev_start_io_acct); 1029 return bdev_start_io_acct(bio->bi_bdev, bio_op(bio), jiffies); in bio_start_io_acct()
|
/linux/drivers/nvme/host/ |
H A D | multipath.c | 143 nvme_req(rq)->start_time = bdev_start_io_acct(disk->part0, req_op(rq), in nvme_mpath_start_request()
|
/linux/include/linux/ |
H A D | blkdev.h | 1524 unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op,
|
/linux/drivers/md/ |
H A D | dm.c | 515 bdev_start_io_acct(bio->bi_bdev, bio_op(bio), in dm_io_acct()
|