Searched refs:bi_opf (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | dm-io.h | 62 blk_opf_t bi_opf; /* Request type and flags */ member
|
| A D | bio-integrity.h | 43 if (bio->bi_opf & REQ_INTEGRITY) in bio_integrity()
|
| A D | blk_types.h | 217 blk_opf_t bi_opf; /* bottom bits REQ_OP, top bits member 443 return bio->bi_opf & REQ_OP_MASK; in bio_op()
|
| A D | bio.h | 683 bio->bi_opf |= REQ_POLLED; in bio_set_polled() 685 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled() 690 bio->bi_opf &= ~REQ_POLLED; in bio_clear_polled()
|
| A D | blkdev.h | 874 if (op_is_flush(bio->bi_opf) && !bio_sectors(bio)) in bio_needs_zone_write_plugging()
|
| /include/trace/events/ |
| 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);
|
| A D | block.h | 326 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 353 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 506 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 547 blk_fill_rwbs(__entry->rwbs, bio->bi_opf); 628 blk_fill_rwbs(__entry->rwbs, bio->bi_opf);
|
| A D | f2fs.h | 1201 __entry->op_flags = bio->bi_opf;
|
Completed in 21 milliseconds