Home
last modified time | relevance | path

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

/block/
Dblk-mq-debugfs.c333 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local
336 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show()
339 seq_printf(m, "%s", op_str); in __blk_mq_debugfs_rq_show()
Dblk-core.c164 const char *op_str = "UNKNOWN"; in blk_op_str() local
167 op_str = blk_op_name[op]; in blk_op_str()
169 return op_str; in blk_op_str()