Home
last modified time | relevance | path

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

/linux-6.8/drivers/block/null_blk/
Dtrace.h51 blk_op_str(__entry->op),
/linux-6.8/fs/zonefs/
Dtrace.h43 blk_op_str(__entry->op), __entry->sector,
Dsuper.c120 blk_op_str(op), z->z_sector, ret); in zonefs_zone_mgmt()
/linux-6.8/block/
Dblk-core.c138 inline const char *blk_op_str(enum req_op op) in blk_op_str() function
147 EXPORT_SYMBOL_GPL(blk_op_str);
Dblk-mq-debugfs.c283 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show()
Dblk-mq.c814 blk_op_str(req_op(req)), in blk_print_req_error()
/linux-6.8/include/linux/
Dblkdev.h823 extern const char *blk_op_str(enum req_op op);
/linux-6.8/include/trace/events/
Df2fs.h76 #define show_bio_op(op) blk_op_str(op)
/linux-6.8/drivers/nvme/host/
Dpci.c1370 nvmeq->qid, blk_op_str(req_op(req)), req_op(req), in nvme_timeout()