Searched defs:flags_t (Results 1 – 7 of 7) sorted by relevance
187 struct flags_t { struct210 static struct flags_t iflag; argument
131 struct flags_t { struct132 bool append;133 bool dio;134 bool direct;135 bool dpo;136 bool dsync;137 bool excl;138 bool fua;
134 struct flags_t { struct152 struct flags_t in_flags; argument
124 struct flags_t { struct125 bool dio;126 bool evfd;127 bool excl;151 struct flags_t * iflagp; argument
175 struct flags_t { struct176 bool append;177 bool coe;178 bool defres; /* without this res_sz==bs*bpt */179 bool dio;180 bool direct;181 bool dpo;182 bool dsync;183 bool excl;184 bool ff;[all …]
183 struct flags_t { struct184 bool append;185 bool coe;186 bool dio;187 bool direct;188 bool dpo;189 bool dsync;190 bool excl;191 bool ff;192 bool fua;[all …]
105 } flags_t; typedef