Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c61 static int nfs_async = 0; variable
63 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
947 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0) in nfsrvd_write()