Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_serv.c1549 nd->nd_stable = NFS_WRITE_FILESYNC; in nfsrv_writegather()
1562 nfsm_chain_get_32(error, nmreq, nd->nd_stable); in nfsrv_writegather()
1568 nd->nd_stable = NFS_WRITE_UNSTABLE; in nfsrv_writegather()
1699 if (nd->nd_stable == NFS_WRITE_UNSTABLE) { in nfsrv_writegather()
1701 } else if (nd->nd_stable == NFS_WRITE_DATASYNC) { in nfsrv_writegather()
1771 nfsm_chain_add_32(error, &nmrep, nd->nd_stable); in nfsrv_writegather()
1880 if (nd->nd_stable == NFS_WRITE_FILESYNC) { in nfsrv_wg_coalesce()
1881 owp->nd_stable = NFS_WRITE_FILESYNC; in nfsrv_wg_coalesce()
1882 } else if ((nd->nd_stable == NFS_WRITE_DATASYNC) && in nfsrv_wg_coalesce()
1883 (owp->nd_stable == NFS_WRITE_UNSTABLE)) { in nfsrv_wg_coalesce()
[all …]
H A Dnfs.h1064 int nd_stable; /* storage type */ member