Searched refs:blk_opf_t (Results 1 - 25 of 94) sorted by last modified time

1234

/linux-master/kernel/trace/
H A Dblktrace.c216 const blk_opf_t opf, u32 what, int error,
1875 void blk_fill_rwbs(char *rwbs, blk_opf_t opf)
/linux-master/kernel/power/
H A Dswap.c271 static int hib_submit_io(blk_opf_t opf, pgoff_t page_off, void *addr,
/linux-master/include/trace/events/
H A Df2fs.h1134 __field(blk_opf_t, op_flags)
1190 __field(blk_opf_t, op_flags)
/linux-master/include/linux/
H A Dblkdev.h276 static inline bool blk_op_is_passthrough(blk_opf_t op)
H A Dwriteback.h101 static inline blk_opf_t wbc_to_write_flags(struct writeback_control *wbc)
103 blk_opf_t flags = 0;
H A Djbd2.h1558 unsigned long, blk_opf_t);
H A Dbuffer_head.h239 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags);
240 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags);
241 void submit_bh(blk_opf_t, struct buffer_head *);
245 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
247 blk_opf_t op_flags, bool force_lock);
430 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags)
440 static inline void bh_read_nowait(struct buffer_head *bh, blk_opf_t op_flags)
447 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags)
460 blk_opf_t op_flags)
H A Dblk_types.h196 typedef __u32 __bitwise blk_opf_t; typedef
208 blk_opf_t bi_opf; /* bottom bits REQ_OP, top bits
302 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1)
320 REQ_OP_READ = (__force blk_opf_t)0,
322 REQ_OP_WRITE = (__force blk_opf_t)1,
324 REQ_OP_FLUSH = (__force blk_opf_t)2,
326 REQ_OP_DISCARD = (__force blk_opf_t)3,
328 REQ_OP_SECURE_ERASE = (__force blk_opf_t)5,
330 REQ_OP_ZONE_APPEND = (__force blk_opf_t)7,
332 REQ_OP_WRITE_ZEROES = (__force blk_opf_t)
[all...]
H A Dblk-mq.h84 blk_opf_t cmd_flags; /* op and common flags */
725 struct request *blk_mq_alloc_request(struct request_queue *q, blk_opf_t opf,
728 blk_opf_t opf, blk_mq_req_flags_t flags,
H A Dbio.h422 blk_opf_t opf, gfp_t gfp_mask,
435 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask)
473 unsigned short max_vecs, blk_opf_t opf);
475 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf);
833 unsigned int nr_pages, blk_opf_t opf, gfp_t gfp);
/linux-master/fs/xfs/
H A Dxfs_buf.c1529 blk_opf_t op)
1606 blk_opf_t op;
/linux-master/fs/f2fs/
H A Dsegment.c1216 struct discard_cmd *dc, blk_opf_t flag,
1263 blk_opf_t flag = dpolicy->sync ? REQ_SYNC : 0;
H A Dnode.c1370 static int read_node_page(struct page *page, blk_opf_t op_flags)
H A Df2fs.h1199 blk_opf_t op_flags; /* req_flag_bits */
3843 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
H A Ddata.c419 static blk_opf_t f2fs_io_flags(struct f2fs_io_info *fio)
423 blk_opf_t op_flags = 0;
1040 unsigned nr_pages, blk_opf_t op_flag,
1089 block_t blkaddr, blk_opf_t op_flags,
1206 blk_opf_t op_flags, bool for_write,
/linux-master/fs/ext4/
H A Dsuper.c163 static inline void __ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
178 void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags,
190 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, bh_end_io_t *end_io)
207 int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait)
225 blk_opf_t op_flags, gfp_t gfp)
245 blk_opf_t op_flags)
H A Dext4.h3087 sector_t block, blk_opf_t op_flags);
3090 extern void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags,
3092 extern int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
3094 extern int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
/linux-master/fs/bcachefs/
H A Dec.c730 blk_opf_t opf, unsigned idx, struct closure *cl)
/linux-master/drivers/md/bcache/
H A Dsuper.c417 static void uuid_io(struct cache_set *c, blk_opf_t opf, struct bkey *k,
590 static void prio_io(struct cache *ca, uint64_t bucket, blk_opf_t opf)
/linux-master/fs/jbd2/
H A Dcommit.c122 blk_opf_t write_flags = REQ_OP_WRITE | JBD2_JOURNAL_REQ_FLAGS;
/linux-master/fs/
H A Dbuffer.c57 static void submit_bh_wbc(blk_opf_t opf, struct buffer_head *bh,
1827 blk_opf_t write_flags = wbc_to_write_flags(wbc);
2783 static void submit_bh_wbc(blk_opf_t opf, struct buffer_head *bh,
2830 void submit_bh(blk_opf_t opf, struct buffer_head *bh)
2836 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags)
2854 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags)
3093 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait)
3122 blk_opf_t op_flags, bool force_lock)
H A Ddirect-io.c119 blk_opf_t opf; /* request operation type and flags */
/linux-master/include/scsi/
H A Dscsi_cmnd.h397 struct request *scsi_alloc_request(struct request_queue *q, blk_opf_t opf,
/linux-master/fs/gfs2/
H A Dlog.c833 blk_opf_t op_flags)
915 blk_opf_t op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC;
H A Dmeta_io.c38 blk_opf_t write_flags = REQ_META | REQ_PRIO | wbc_to_write_flags(wbc);
215 static void gfs2_submit_bhs(blk_opf_t opf, struct buffer_head *bhs[], int num)

Completed in 754 milliseconds

1234