Searched refs:nfs_allow_async (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h948 __private_extern__ int nfs_iosize, nfs_allow_async, nfs_statfs_rate_limit; variable
H A Dnfs_syscalls.c157 SYSCTL_INT(_vfs_generic_nfs_client, OID_AUTO, allow_async, CTLFLAG_RW | CTLFLAG_LOCKED, &nfs_allow_async, 0, "");
H A Dnfs_vnops.c3202 if ((iomode != NFS_WRITE_UNSTABLE) && nfs_allow_async &&
3299 if ((committed != NFS_WRITE_FILESYNC) && nfs_allow_async &&
H A Dnfs4_vnops.c441 if ((iomode != NFS_WRITE_UNSTABLE) && nfs_allow_async &&
538 if ((committed != NFS_WRITE_FILESYNC) && nfs_allow_async &&
H A Dnfs_vfsops.c166 int nfs_allow_async = 0; variable

Completed in 97 milliseconds