HomeSort by: relevance | last modified time | path
    Searched defs:nfs_async (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 61 static int nfs_async = 0; variable in typeref:typename:int
63 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
942 * If nfs_async is set, then pretend the write was FILESYNC.
947 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0)
nfs_nfsdserv.c 61 static int nfs_async = 0; variable in typeref:typename:int
63 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
942 * If nfs_async is set, then pretend the write was FILESYNC.
947 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0)
nfs_nfsdserv.c 61 static int nfs_async = 0; variable in typeref:typename:int
63 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
942 * If nfs_async is set, then pretend the write was FILESYNC.
947 if (stable == NFSWRITE_UNSTABLE && nfs_async == 0)

Completed in 42 milliseconds