Lines Matching defs:op_flags
163 static inline void __ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
181 bh_submit(bh, REQ_OP_READ | op_flags, end_io);
184 void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags,
193 __ext4_read_bh(bh, op_flags, end_io, simu_fail);
196 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
206 __ext4_read_bh(bh, op_flags, end_io, simu_fail);
214 int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait)
218 ext4_read_bh_nowait(bh, op_flags, NULL, false);
221 return ext4_read_bh(bh, op_flags, NULL, false);
232 blk_opf_t op_flags, gfp_t gfp)
243 ret = ext4_read_bh_lock(bh, REQ_META | op_flags, true);
252 blk_opf_t op_flags)
257 return __ext4_sb_bread_gfp(sb, block, op_flags, gfp);