Home
last modified time | relevance | path

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

/include/linux/
Dblk-mq.h29 typedef __u32 __bitwise req_flags_t; typedef
68 #define RQF_STARTED ((__force req_flags_t)(1 << __RQF_STARTED))
69 #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << __RQF_FLUSH_SEQ))
70 #define RQF_MIXED_MERGE ((__force req_flags_t)(1 << __RQF_MIXED_MERGE))
71 #define RQF_DONTPREP ((__force req_flags_t)(1 << __RQF_DONTPREP))
72 #define RQF_SCHED_TAGS ((__force req_flags_t)(1 << __RQF_SCHED_TAGS))
73 #define RQF_USE_SCHED ((__force req_flags_t)(1 << __RQF_USE_SCHED))
74 #define RQF_FAILED ((__force req_flags_t)(1 << __RQF_FAILED))
75 #define RQF_QUIET ((__force req_flags_t)(1 << __RQF_QUIET))
76 #define RQF_IO_STAT ((__force req_flags_t)(1 << __RQF_IO_STAT))
[all …]