Searched refs:blk_fill_rwbs (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | block.h | 94 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags); 126 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags); 194 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags); 303 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 330 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 487 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 528 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 572 blk_fill_rwbs(__entry->rwbs, rq->cmd_flags);
|
H A 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);
|
/openbmc/linux/include/linux/ |
H A D | blktrace_api.h | 113 void blk_fill_rwbs(char *rwbs, blk_opf_t opf);
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | 1876 void blk_fill_rwbs(char *rwbs, blk_opf_t opf) in blk_fill_rwbs() function 1915 EXPORT_SYMBOL_GPL(blk_fill_rwbs);
|