Searched refs:nd_stable (Results 1 – 2 of 2) sorted by relevance
1549 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 …]
1064 int nd_stable; /* storage type */ member