Searched refs:op_flags (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | buffer_head.h | 238 int __sync_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags); 239 void write_dirty_buffer(struct buffer_head *bh, blk_opf_t op_flags); 244 int __bh_read(struct buffer_head *bh, blk_opf_t op_flags, bool wait); 246 blk_opf_t op_flags, bool force_lock); 414 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags) in bh_readahead() argument 418 __bh_read(bh, op_flags, false); in bh_readahead() 424 static inline void bh_read_nowait(struct buffer_head *bh, blk_opf_t op_flags) in bh_read_nowait() argument 427 __bh_read(bh, op_flags, false); in bh_read_nowait() 431 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read() argument 435 return __bh_read(bh, op_flags, true); in bh_read() [all …]
|
D | blk_types.h | 485 blk_opf_t op_flags) in bio_set_op_attrs() argument 487 bio->bi_opf = op | op_flags; in bio_set_op_attrs()
|
/include/uapi/linux/ |
D | ublk_cmd.h | 150 __u32 op_flags; member 163 return iod->op_flags & 0xff; in ublksrv_get_op() 168 return iod->op_flags >> 8; in ublksrv_get_flags()
|
/include/trace/events/ |
D | io_uring.h | 515 __field( u32, op_flags ) 536 __entry->op_flags = sqe->poll32_events; 557 __entry->op_flags,
|
D | f2fs.h | 73 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument 74 show_bio_op_flags(op_flags) 1048 __field(blk_opf_t, op_flags) 1060 __entry->op_flags = fio->op_flags; 1071 show_bio_type(__entry->op, __entry->op_flags), 1104 __field(blk_opf_t, op_flags) 1114 __entry->op_flags = bio->bi_opf; 1123 show_bio_type(__entry->op, __entry->op_flags),
|