Searched refs:blk_opf_t (Results 1 – 13 of 13) sorted by relevance
| /include/linux/ |
| A D | blk_types.h | 205 typedef __u32 __bitwise blk_opf_t; typedef 335 REQ_OP_READ = (__force blk_opf_t)0, 337 REQ_OP_WRITE = (__force blk_opf_t)1, 339 REQ_OP_FLUSH = (__force blk_opf_t)2, 341 REQ_OP_DISCARD = (__force blk_opf_t)3, 345 REQ_OP_ZONE_APPEND = (__force blk_opf_t)7, 349 REQ_OP_ZONE_OPEN = (__force blk_opf_t)10, 360 REQ_OP_DRV_IN = (__force blk_opf_t)34, 361 REQ_OP_DRV_OUT = (__force blk_opf_t)35, 363 REQ_OP_LAST = (__force blk_opf_t)36, [all …]
|
| A D | buffer_head.h | 240 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags); 241 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags); 242 void submit_bh(blk_opf_t, struct buffer_head *); 246 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait); 248 blk_opf_t op_flags, bool force_lock); 435 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags) in bh_readahead() 445 static inline void bh_read_nowait(struct buffer_head *bh, blk_opf_t op_flags) in bh_read_nowait() 452 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read() 465 blk_opf_t op_flags) in bh_readahead_batch()
|
| A D | dm-io.h | 62 blk_opf_t bi_opf; /* Request type and flags */
|
| A D | writeback.h | 93 static inline blk_opf_t wbc_to_write_flags(struct writeback_control *wbc) in wbc_to_write_flags() 95 blk_opf_t flags = 0; in wbc_to_write_flags()
|
| A D | bio.h | 357 blk_opf_t opf, gfp_t gfp_mask, 370 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask) in bio_alloc() 407 unsigned short max_vecs, blk_opf_t opf); 409 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf); 711 unsigned int nr_pages, blk_opf_t opf, gfp_t gfp);
|
| A D | blktrace_api.h | 113 void blk_fill_rwbs(char *rwbs, blk_opf_t opf);
|
| A D | blk-mq.h | 108 blk_opf_t cmd_flags; /* op and common flags */ 744 struct request *blk_mq_alloc_request(struct request_queue *q, blk_opf_t opf, 747 blk_opf_t opf, blk_mq_req_flags_t flags,
|
| A D | jbd2.h | 1546 unsigned long, blk_opf_t);
|
| A D | blkdev.h | 293 static inline bool blk_op_is_passthrough(blk_opf_t op) in blk_op_is_passthrough()
|
| /include/scsi/ |
| A D | scsi_cmnd.h | 397 struct request *scsi_alloc_request(struct request_queue *q, blk_opf_t opf,
|
| A D | scsi_device.h | 556 blk_opf_t opf, void *buffer, unsigned int bufflen,
|
| /include/trace/events/ |
| A D | jbd2.h | 358 TP_PROTO(journal_t *journal, blk_opf_t write_flags), 364 __field( blk_opf_t, write_flags )
|
| A D | f2fs.h | 1135 __field(blk_opf_t, op_flags) 1191 __field(blk_opf_t, op_flags)
|
Completed in 34 milliseconds