Searched defs:fsync (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c83 {"fsync", NULL, NULL, 0, NULL}
274 int fsync = 0; local
389 * whether to honor fsync
391 if (vfs_optionisset(vfsp, "fsync", &optval))
392 fsync = 1;
451 sffs->sf_fsync = fsync;
/vbox/src/recompiler/
H A Dqemu-common.h122 #define fsync _commit macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h468 PRFsyncFN fsync; /* flush all buffers to permanent store */ member in struct:PRIOMethods

Completed in 39 milliseconds