Home
last modified time | relevance | path

Searched refs:blk_op_str (Results 1 – 5 of 5) 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/include/linux/
H A Dblkdev.h893 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/block/
H A Dblk-mq.c844 blk_op_str(req_op(req)), in blk_print_req_error()