Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c68 static int nfs_async = 0; variable
70 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
1116 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0) in nfsrvd_write()