Searched refs:blk_fill_rwbs (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/trace/events/ |
D | block.h | 92 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags); 124 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags); 192 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags); 275 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 302 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 459 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 500 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 544 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags);
|
D | bcache.h | 31 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 105 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 140 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 171 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 241 blk_fill_rwbs(__entry->rwbs, bio->bi_opf);
|
/linux-6.1.9/include/linux/ |
D | blktrace_api.h | 109 void blk_fill_rwbs(char *rwbs, blk_opf_t opf);
|
/linux-6.1.9/kernel/trace/ |
D | blktrace.c | 1880 void blk_fill_rwbs(char *rwbs, blk_opf_t opf) in blk_fill_rwbs() function 1919 EXPORT_SYMBOL_GPL(blk_fill_rwbs);
|