Searched refs:nfsrv_async (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h675 __private_extern__ int nfsrv_async, nfsrv_export_hash_size, variable
H A Dnfs_serv.c157 int nfsrv_async = 0; variable
1214 if (nfsrv_async)
1320 /* If nfsrv_async is set, then pretend the write was FILESYNC. */
1321 if ((stable == NFS_WRITE_UNSTABLE) && !nfsrv_async)
1419 if (nfsrv_async)
H A Dnfs_syscalls.c179 SYSCTL_INT(_vfs_generic_nfs_server, OID_AUTO, async, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_async, 0, "");

Completed in 34 milliseconds