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()1785 nfsm_chain_add_32(error, &nmrep, nd->nd_stable); in nfsrv_writegather()1894 if (nd->nd_stable == NFS_WRITE_FILESYNC) { in nfsrv_wg_coalesce()1895 owp->nd_stable = NFS_WRITE_FILESYNC; in nfsrv_wg_coalesce()1896 } else if ((nd->nd_stable == NFS_WRITE_DATASYNC) && in nfsrv_wg_coalesce()1897 (owp->nd_stable == NFS_WRITE_UNSTABLE)) { in nfsrv_wg_coalesce()[all …]
1208 int nd_stable; /* storage type */ member