Searched refs:req_flags_t (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dblk-mq.h28 typedef __u32 __bitwise req_flags_t; typedef
31 #define RQF_STARTED ((__force req_flags_t)(1 << 1))
33 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4))
35 #define RQF_MIXED_MERGE ((__force req_flags_t)(1 << 5))
37 #define RQF_DONTPREP ((__force req_flags_t)(1 << 7))
39 #define RQF_SCHED_TAGS ((__force req_flags_t)(1 << 8))
41 #define RQF_USE_SCHED ((__force req_flags_t)(1 << 9))
43 #define RQF_FAILED ((__force req_flags_t)(1 << 10))
45 #define RQF_QUIET ((__force req_flags_t)(1 << 11))
47 #define RQF_IO_STAT ((__force req_flags_t)(
[all...]
/linux-master/block/
H A Dblk-mq.h152 req_flags_t rq_flags;

Completed in 94 milliseconds