Searched defs:ST_SYNCHRONOUS (Results 1 – 3 of 3) sorted by relevance
92 ST_SYNCHRONOUS = 16, /* Writes are synced at once. */ enumerator93 # define ST_SYNCHRONOUS ST_SYNCHRONOUS macro
34 #define ST_SYNCHRONOUS 0x0010 /* writes are synced at once */ macro