Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/null_blk/
Dtrace.h51 blk_op_str(__entry->op),
/Linux-v6.1/fs/zonefs/
Dtrace.h42 blk_op_str(__entry->op), __entry->sector,
Dsuper.c95 blk_op_str(op), zi->i_zsector, ret); in zonefs_zone_mgmt()
/Linux-v6.1/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.c310 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show()
Dblk-mq.c784 blk_op_str(req_op(req)), in blk_print_req_error()
/Linux-v6.1/include/linux/
Dblkdev.h876 extern const char *blk_op_str(enum req_op op);
/Linux-v6.1/include/trace/events/
Df2fs.h74 #define show_bio_op(op) blk_op_str(op)