Searched refs:O_PARALLEL (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | open_flags.c | 174 #if O_PARALLEL 175 {"O_PARALLEL", O_PARALLEL}, 176 {"O_FSA", O_PARALLEL | O_WELLFORMED | O_RAW}, /* short cut */ 177 #endif /* O_PARALLEL */
|
H A D | iogen.c | 335 #ifdef O_PARALLEL 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_WELLFORMED | O_LDRAW | O_SYNC,
|
H A D | doio.c | 210 #ifndef O_PARALLEL 211 #define O_PARALLEL 0 /* so O_PARALLEL may be used in expressions */ macro 1220 if (oflags & O_PARALLEL) in format_oflags() 1221 strcat(flags, "O_PARALLEL,"); in format_oflags() 1911 0, oflags & O_PARALLEL); in do_write() 2287 lio->r_oflags & O_PARALLEL); in do_listio() 3446 oflags & O_PARALLEL); in do_rw() 3731 * O_PARALLEL|O_RAW|O_WELLFORMED to do the validation. We must do this because 3733 * previously opened for O_PARALLEL i [all...] |
H A D | growfiles.c | 299 #if O_PARALLEL 300 O_RDWR | O_CREAT | O_PARALLEL | O_WELLFORMED | O_RAW, 301 O_RDWR | O_CREAT | O_PARALLEL | O_WELLFORMED | O_RAW | O_TRUNC, 302 #endif /* O_PARALLEL */
|
Completed in 13 milliseconds