HomeSort by: relevance | last modified time | path
    Searched defs:IO_DSYNC (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
vnode.h 293 #define IO_SYNC (0x40|IO_DSYNC) /* sync I/O file integrity completion */
296 #define IO_DSYNC 0x00200 /* sync I/O data integrity completion */
  /src/lib/libperfuse/
ops.c 82 #define IO_SYNC (0x40|IO_DSYNC)
83 #define IO_DSYNC 0x00200
3148 if (ioflag & (IO_SYNC|IO_DSYNC))
3318 if (ioflag & (IO_SYNC|IO_DSYNC))

Completed in 14 milliseconds