Home
last modified time | relevance | path

Searched refs:op_flags (Results 1 – 4 of 4) sorted by relevance

/include/linux/
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);
246 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
248 blk_opf_t op_flags, bool force_lock);
437 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags) in bh_readahead() argument
441 __bh_read(bh, op_flags, false); in bh_readahead()
447 static inline void bh_read_nowait(struct buffer_head *bh, blk_opf_t op_flags) in bh_read_nowait() argument
450 __bh_read(bh, op_flags, false); in bh_read_nowait()
454 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read() argument
458 return __bh_read(bh, op_flags, true); in bh_read()
[all …]
/include/uapi/linux/
Dublk_cmd.h288 __u32 op_flags; member
304 return iod->op_flags & 0xff; in ublksrv_get_op()
309 return iod->op_flags >> 8; in ublksrv_get_flags()
/include/trace/events/
Dio_uring.h512 __field( u32, op_flags )
533 __entry->op_flags = sqe->poll32_events;
554 __entry->op_flags,
Df2fs.h73 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument
74 show_bio_op_flags(op_flags)
1135 __field(blk_opf_t, op_flags)
1147 __entry->op_flags = fio->op_flags;
1158 show_bio_type(__entry->op, __entry->op_flags),
1191 __field(blk_opf_t, op_flags)
1201 __entry->op_flags = bio->bi_opf;
1210 show_bio_type(__entry->op, __entry->op_flags),