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

/freebsd-10.1-release/sys/nfsserver/
H A Dnfs.h78 * The IO_METASYNC flag should be implemented for local filesystems.
81 #ifndef IO_METASYNC
82 #define IO_METASYNC 0 macro
H A Dnfs_serv.c1103 * The IO_METASYNC flag indicates that all metadata (and not just
1106 * (IO_METASYNC is not yet implemented in 4.4BSD-Lite.)
1113 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED);

Completed in 66 milliseconds