Home
last modified time | relevance | path

Searched refs:blk_opf_t (Results 1 – 13 of 13) sorted by relevance

/include/linux/
A Dblk_types.h205 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 Dbuffer_head.h240 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 Ddm-io.h62 blk_opf_t bi_opf; /* Request type and flags */
A Dwriteback.h93 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 Dbio.h357 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 Dblktrace_api.h113 void blk_fill_rwbs(char *rwbs, blk_opf_t opf);
A Dblk-mq.h108 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 Djbd2.h1546 unsigned long, blk_opf_t);
A Dblkdev.h293 static inline bool blk_op_is_passthrough(blk_opf_t op) in blk_op_is_passthrough()
/include/scsi/
A Dscsi_cmnd.h397 struct request *scsi_alloc_request(struct request_queue *q, blk_opf_t opf,
A Dscsi_device.h556 blk_opf_t opf, void *buffer, unsigned int bufflen,
/include/trace/events/
A Djbd2.h358 TP_PROTO(journal_t *journal, blk_opf_t write_flags),
364 __field( blk_opf_t, write_flags )
A Df2fs.h1135 __field(blk_opf_t, op_flags)
1191 __field(blk_opf_t, op_flags)

Completed in 34 milliseconds