Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk_types.h507 static inline int op_stat_group(enum req_op op) in op_stat_group() function
/linux/block/
H A Dblk-merge.c723 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_request()
936 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_bio()
H A Dblk-core.c1107 const int sgrp = op_stat_group(op); in bdev_end_io_acct()
H A Dblk-mq.c859 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion()
1079 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done()
/linux/drivers/md/
H A Dmd.c9509 md_io_clone->rw = op_stat_group(bio_op(*bio)); in md_clone_bio()