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

/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c132 static int nfs_async; variable
135 SYSCTL_INT(_vfs_nfsrv, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
1072 if (nfs_async)
1205 * If nfs_async is set, then pretend the write was FILESYNC.
1207 if (stable == NFSV3WRITE_UNSTABLE && !nfs_async)
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c58 static int nfs_async = 0; variable
60 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
921 * If nfs_async is set, then pretend the write was FILESYNC.
926 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0)

Completed in 120 milliseconds