Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblk_types.h410 static inline int op_stat_group(unsigned int op) in op_stat_group() function
/Linux-v4.19/block/
Dbio.c1668 const int sgrp = op_stat_group(op); in generic_start_io_acct()
1684 const int sgrp = op_stat_group(req_op); in generic_end_io_acct()
Dblk-core.c2717 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion()
2736 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done()
/Linux-v4.19/drivers/md/
Dmd.c334 const int sgrp = op_stat_group(bio_op(bio)); in md_make_request()