Searched refs:op_flags (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | buffer_head.h | 240 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); 435 static inline void bh_readahead(struct buffer_head *bh, blk_opf_t op_flags) in bh_readahead() argument 439 __bh_read(bh, op_flags, false); in bh_readahead() 448 __bh_read(bh, op_flags, false); in bh_read_nowait() 452 static inline int bh_read(struct buffer_head *bh, blk_opf_t op_flags) in bh_read() argument 456 return __bh_read(bh, op_flags, true); in bh_read() 465 blk_opf_t op_flags) in bh_readahead_batch() argument [all …]
|
| /include/uapi/linux/ |
| A D | ublk_cmd.h | 421 __u32 op_flags; member 437 return iod->op_flags & 0xff; in ublksrv_get_op() 442 return iod->op_flags >> 8; in ublksrv_get_flags()
|
| /include/trace/events/ |
| A D | io_uring.h | 506 __field( u32, op_flags ) 527 __entry->op_flags = sqe->poll32_events; 548 __entry->op_flags,
|
| A D | f2fs.h | 73 #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),
|
| A D | afs.h | 1811 __field(unsigned int, op_flags) 1820 __entry->op_flags = op->flags; 1829 __entry->op_flags)
|
Completed in 15 milliseconds