Home
last modified time | relevance | path

Searched refs:blk_op_str (Results 1 – 8 of 8) sorted by relevance

/linux/fs/zonefs/
H A Dtrace.h43 blk_op_str(__entry->op), __entry->sector,
H A Dsuper.c121 blk_op_str(op), z->z_sector, ret); in zonefs_zone_mgmt()
/linux/block/
H A Dblk-core.c124 inline const char *blk_op_str(enum req_op op) in blk_op_str() function
133 EXPORT_SYMBOL_GPL(blk_op_str);
H A Dblk-mq-debugfs.c282 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show()
H A Dblk-mq.c784 blk_op_str(req_op(req)), in blk_print_req_error()
/linux/include/linux/
H A Dblkdev.h867 extern const char *blk_op_str(enum req_op op);
/linux/include/trace/events/
H A Df2fs.h76 #define show_bio_op(op) blk_op_str(op)
/linux/drivers/nvme/host/
H A Dpci.c1410 nvmeq->qid, blk_op_str(req_op(req)), req_op(req), in nvme_timeout()