/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)
|