Home
last modified time | relevance | path

Searched refs:bdev_start_io_acct (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-generic_io_acct.m414 start_time = bdev_start_io_acct(bdev, bio_op(bio),
27 start_time = bdev_start_io_acct(bdev, bio_sectors(bio),
69 dnl # the signatures on bdev_start_io_acct/bdev_end_io_acct
82 dnl # bdev_start_io_acct() and bdev_end_io_acct().
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h479 return (bdev_start_io_acct(bio->bi_bdev, bio_op(bio), in blk_generic_start_io_acct()
482 return (bdev_start_io_acct(bio->bi_bdev, bio_sectors(bio), in blk_generic_start_io_acct()