Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk_types.h420 static inline int op_stat_group(unsigned int op) in op_stat_group() function
/Linux-v5.4/block/
Dblk-core.c1312 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion()
1330 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done()
Dbio.c1720 const int sgrp = op_stat_group(op); in generic_start_io_acct()
1738 const int sgrp = op_stat_group(req_op); in generic_end_io_acct()
/Linux-v5.4/drivers/md/
Ddm.c1661 sectors[op_stat_group(bio_op(bio))], ci.sector_count); in __split_and_process_bio()
Dmd.c375 const int sgrp = op_stat_group(bio_op(bio)); in md_make_request()