Home
last modified time | relevance | path

Searched defs:op_flags (Results 1 – 25 of 58) sorted by relevance

123

/kernel/linux/linux-5.10/fs/
Dmpage.c61 static struct bio *mpage_bio_submit(int op, int op_flags, struct bio *bio) in mpage_bio_submit()
173 int op_flags; in do_mpage_readpage() local
503 int op_flags = wbc_to_write_flags(wbc); in __mpage_writepage() local
716 int op_flags = (wbc->sync_mode == WB_SYNC_ALL ? in mpage_writepages() local
737 int op_flags = (wbc->sync_mode == WB_SYNC_ALL ? in mpage_writepage() local
Dbuffer.c3009 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, in submit_bh_wbc()
3058 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh()
3090 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) in ll_rw_block()
3119 void write_dirty_buffer(struct buffer_head *bh, int op_flags) in write_dirty_buffer()
3137 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags) in __sync_dirty_buffer()
/kernel/linux/linux-6.6/include/linux/
Dbuffer_head.h402 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags) in bh_readahead()
412 static inline void bh_read_nowait(struct buffer_head *bh, blk_opf_t op_flags) in bh_read_nowait()
419 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read()
432 blk_opf_t op_flags) in bh_readahead_batch()
/kernel/linux/linux-5.10/drivers/md/
Ddm-io.c296 static void do_region(int op, int op_flags, unsigned region, in do_region()
390 static void dispatch_io(int op, int op_flags, unsigned int num_regions, in dispatch_io()
433 struct dm_io_region *where, int op, int op_flags, in sync_io()
467 struct dm_io_region *where, int op, int op_flags, in async_io()
Ddm-snap-persistent.c230 int op_flags, int metadata) in chunk_io()
285 static int area_io(struct pstore *ps, int op, int op_flags) in area_io()
/kernel/linux/linux-5.10/include/trace/events/
Df2fs.h79 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument
/kernel/linux/linux-5.10/fs/hfsplus/
Dwrapper.c49 void *buf, void **data, int op, int op_flags) in hfsplus_submit_bio()
/kernel/linux/linux-6.6/include/trace/events/
Df2fs.h73 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument
/kernel/linux/linux-5.10/drivers/nvme/target/
Dpassthru.c191 int op_flags = 0; in nvmet_passthru_map_sg() local
/kernel/linux/linux-5.10/fs/gfs2/
Dlog.c761 int op_flags) in gfs2_write_log_header()
842 int op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC; in log_write_header() local
Dmeta_io.c212 static void gfs2_submit_bhs(int op, int op_flags, struct buffer_head *bhs[], in gfs2_submit_bhs()
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_iblock.c308 int op_flags) in iblock_get_bio()
691 int i, rc, op, op_flags = 0; in iblock_execute_rw() local
/kernel/linux/linux-6.6/fs/gfs2/
Dlog.c834 blk_opf_t op_flags) in gfs2_write_log_header()
916 blk_opf_t op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC; in log_write_header() local
/kernel/linux/linux-6.6/fs/
Dbuffer.c2835 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags) in write_dirty_buffer()
2853 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags) in __sync_dirty_buffer()
3088 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait) in __bh_read()
3117 blk_opf_t op_flags, bool force_lock) in __bh_read_batch()
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dctrl.c36 u32 *jump_cmd, op_flags; in build_instantiation_desc() local
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c146 static inline void __ext4_read_bh(struct buffer_head *bh, int op_flags, in __ext4_read_bh()
161 void ext4_read_bh_nowait(struct buffer_head *bh, int op_flags, in ext4_read_bh_nowait()
173 int ext4_read_bh(struct buffer_head *bh, int op_flags, bh_end_io_t *end_io) in ext4_read_bh()
190 int ext4_read_bh_lock(struct buffer_head *bh, int op_flags, bool wait) in ext4_read_bh_lock()
207 sector_t block, int op_flags, in __ext4_sb_bread_gfp()
228 int op_flags) in ext4_sb_bread()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_da_btree.h80 uint32_t op_flags; /* operation flags */ member
Dxfs_attr.c886 unsigned int op_flags, /* op flag (set or remove) */ in xfs_attr_intent_init()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_da_btree.h80 int op_flags; /* operation flags */ member
/kernel/linux/linux-6.6/fs/ext4/
Dsuper.c163 static inline void __ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, in __ext4_read_bh()
178 void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags, in ext4_read_bh_nowait()
190 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, bh_end_io_t *end_io) in ext4_read_bh()
207 int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait) in ext4_read_bh_lock()
225 blk_opf_t op_flags, gfp_t gfp) in __ext4_sb_bread_gfp()
245 blk_opf_t op_flags) in ext4_sb_bread()
/kernel/linux/linux-6.6/drivers/crypto/caam/
Dctrl.c37 u32 *jump_cmd, op_flags; in build_instantiation_desc() local
/kernel/linux/linux-5.10/drivers/md/bcache/
Dsuper.c419 static void uuid_io(struct cache_set *c, int op, unsigned long op_flags, in uuid_io()
593 unsigned long op_flags) in prio_io()
/kernel/linux/linux-5.10/drivers/greybus/
Doperation.c521 unsigned long op_flags, gfp_t gfp_flags) in gb_operation_create_common()
/kernel/linux/linux-6.6/drivers/greybus/
Doperation.c521 unsigned long op_flags, gfp_t gfp_flags) in gb_operation_create_common()
/kernel/linux/linux-6.6/fs/f2fs/
Ddata.c436 blk_opf_t op_flags = 0; in f2fs_io_flags() local
1155 block_t blkaddr, blk_opf_t op_flags, in f2fs_submit_page_read()
1279 blk_opf_t op_flags, bool for_write, in f2fs_get_read_data_page()

123