Searched refs:nd_stable (Results 1 – 2 of 2) sorted by relevance
1559 nd->nd_stable = NFS_WRITE_FILESYNC; in nfsrv_writegather()1572 nfsm_chain_get_32(error, nmreq, nd->nd_stable); in nfsrv_writegather()1578 nd->nd_stable = NFS_WRITE_UNSTABLE; in nfsrv_writegather()1709 if (nd->nd_stable == NFS_WRITE_UNSTABLE) { in nfsrv_writegather()1711 } else if (nd->nd_stable == NFS_WRITE_DATASYNC) { in nfsrv_writegather()1781 nfsm_chain_add_32(error, &nmrep, nd->nd_stable); in nfsrv_writegather()1890 if (nd->nd_stable == NFS_WRITE_FILESYNC) { in nfsrv_wg_coalesce()1891 owp->nd_stable = NFS_WRITE_FILESYNC; in nfsrv_wg_coalesce()1892 } else if ((nd->nd_stable == NFS_WRITE_DATASYNC) && in nfsrv_wg_coalesce()1893 (owp->nd_stable == NFS_WRITE_UNSTABLE)) { in nfsrv_wg_coalesce()[all …]
1177 int nd_stable; /* storage type */ member