Searched refs:O_RAW (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | open_flags.c | 144 #if O_RAW 145 {"O_RAW", O_RAW}, 176 {"O_FSA", O_PARALLEL | O_WELLFORMED | O_RAW}, /* short cut */
|
H A D | iogen.c | 81 #define RAW_IO(_flags_) ((_flags_) & (O_RAW | O_SSD)) 96 int f_riou; /* file raw iounit (for O_RAW/O_SSD) */ 325 {"raw", O_RAW, FLG_RAW}, 326 {"raw+wf", O_RAW | O_WELLFORMED, FLG_RAW}, 327 {"raw+wf+ldraw", O_RAW | O_WELLFORMED | O_LDRAW, FLG_RAW}, 328 {"raw+wf+ldraw+sync", O_RAW | O_WELLFORMED | O_LDRAW | O_SYNC, FLG_RAW}, 336 {"parallel", O_PARALLEL | O_RAW | O_WELLFORMED, 338 {"parallel+sync", O_PARALLEL | O_RAW | O_WELLFORMED | O_SYNC, 340 {"parallel+ldraw", O_PARALLEL | O_RAW | O_WELLFORMED | O_LDRAW, 343 O_PARALLEL | O_RAW | O_WELLFORME [all...] |
H A D | growfiles.c | 282 O_RDWR | O_CREAT | O_RAW, 288 O_RDWR | O_CREAT | O_RAW | O_SYNC, 291 O_RDWR | O_CREAT | O_RAW, 292 O_RDWR | O_CREAT | O_RAW | O_APPEND, 293 O_RDWR | O_CREAT | O_RAW | O_BIG, 294 O_RDWR | O_CREAT | O_RAW | O_APPEND | O_BIG, 300 O_RDWR | O_CREAT | O_PARALLEL | O_WELLFORMED | O_RAW, 301 O_RDWR | O_CREAT | O_PARALLEL | O_WELLFORMED | O_RAW | O_TRUNC,
|
H A D | doio.c | 1210 if (oflags & O_RAW) in format_oflags() 1211 strcat(flags, "O_RAW,"); in format_oflags() 2483 if (io->r_oflags & O_RAW) { in fmt_ioreq() 3731 * O_PARALLEL|O_RAW|O_WELLFORMED to do the validation. We must do this because 3754 flags |= O_PARALLEL | O_RAW | O_WELLFORMED; in check_file() 5105 Validation_Flags = O_RAW; in parse_cmdline() 5552 "\t 'raw' - validate using O_RAW read\n"); in help()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 135 pub const O_RAW: ::c_int = O_BINARY; consts
|
Completed in 13 milliseconds