Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/block/null_blk/
Dtrace.h57 blk_op_str(__entry->op),
/linux-6.14.4/fs/zonefs/
Dtrace.h43 blk_op_str(__entry->op), __entry->sector,
Dsuper.c121 blk_op_str(op), z->z_sector, ret); in zonefs_zone_mgmt()
/linux-6.14.4/block/
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);
Dblk-mq-debugfs.c263 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show()
Dblk-mq.c844 blk_op_str(req_op(req)), in blk_print_req_error()
/linux-6.14.4/include/linux/
Dblkdev.h893 extern const char *blk_op_str(enum req_op op);
/linux-6.14.4/include/trace/events/
Df2fs.h76 #define show_bio_op(op) blk_op_str(op)
/linux-6.14.4/drivers/nvme/host/
Dpci.c1516 nvmeq->qid, blk_op_str(req_op(req)), req_op(req), in nvme_timeout()