Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/null_blk/
Dtrace.h51 blk_op_str(__entry->op),
/Linux-v6.6/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-v6.6/block/
Dblk-core.c137 inline const char *blk_op_str(enum req_op op) in blk_op_str() function
146 EXPORT_SYMBOL_GPL(blk_op_str);
Dblk-mq-debugfs.c284 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show()
Dblk-mq.c805 blk_op_str(req_op(req)), in blk_print_req_error()
/Linux-v6.6/include/linux/
Dblkdev.h846 extern const char *blk_op_str(enum req_op op);
/Linux-v6.6/include/trace/events/
Df2fs.h76 #define show_bio_op(op) blk_op_str(op)