Searched refs:O_SSD (Results 1 - 3 of 3) sorted by relevance

/external/ltp/lib/
H A Dopen_flags.c147 #ifdef O_SSD
148 {"O_SSD", O_SSD},
/external/ltp/testcases/kernel/fs/doio/
H A Diogen.c81 #define RAW_IO(_flags_) ((_flags_) & (O_RAW | O_SSD))
96 int f_riou; /* file raw iounit (for O_RAW/O_SSD) */
329 #ifdef O_SSD
330 {"ssd", O_SSD, FLG_RAW},
485 "O_RAW/O_SSD Multiple: (Determined by device)\n");
488 "O_RAW/O_SSD Multiple: %-11d (%d blocks)\n",
637 * IO that is O_RAW or O_SSD must be aligned on the file r_iou. Otherwise
1433 #ifdef O_SSD
1434 if (flgs->m_value & O_SSD && !Sds_Avail) {
H A Ddoio.c39 * For disk io, if the O_SSD flag is set doio will allocate
200 #ifndef O_SSD
201 #define O_SSD 0 /* so code compiles on a CRAY2 */ macro
1214 #ifdef O_SSD
1215 if (oflags & O_SSD)
1216 strcat(flags, "O_SSD,");
1439 * Allocate core or sds - based on the O_SSD flag
1447 if (oflags & O_SSD) {
1651 if (oflags & O_SSD) {
1675 "Invalid O_SSD fla
[all...]

Completed in 93 milliseconds