Searched refs:IO_METASYNC (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs.h134 * The IO_METASYNC flag should be implemented for local file systems.
137 #ifndef IO_METASYNC
138 #define IO_METASYNC 0 macro
H A Dnfs_serv.c1274 * XXX The IO_METASYNC flag indicates that all metadata (and not just
1276 * synchronously. (IO_METASYNC is not yet implemented in 4.4BSD-Lite.)
1283 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED);
1547 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED);

Completed in 87 milliseconds