Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_serv.c1560 nd->nd_stable = NFS_WRITE_FILESYNC; in nfsrv_writegather()
1573 nfsm_chain_get_32(error, nmreq, nd->nd_stable); in nfsrv_writegather()
1579 nd->nd_stable = NFS_WRITE_UNSTABLE; in nfsrv_writegather()
1710 if (nd->nd_stable == NFS_WRITE_UNSTABLE) { in nfsrv_writegather()
1712 } else if (nd->nd_stable == NFS_WRITE_DATASYNC) { in nfsrv_writegather()
1782 nfsm_chain_add_32(error, &nmrep, nd->nd_stable); in nfsrv_writegather()
1891 if (nd->nd_stable == NFS_WRITE_FILESYNC) { in nfsrv_wg_coalesce()
1892 owp->nd_stable = NFS_WRITE_FILESYNC; in nfsrv_wg_coalesce()
1893 } else if ((nd->nd_stable == NFS_WRITE_DATASYNC) && in nfsrv_wg_coalesce()
1894 (owp->nd_stable == NFS_WRITE_UNSTABLE)) { in nfsrv_wg_coalesce()
[all …]
H A Dnfs.h1218 int nd_stable; /* storage type */ member