Searched refs:owp (Results 1 – 1 of 1) sorted by relevance
1532 struct nfsrv_descript *nd, *wp, *owp, *swp; in nfsrv_writegather() local1613 owp = NULL; in nfsrv_writegather()1616 owp = wp; in nfsrv_writegather()1619 if (owp) { in nfsrv_writegather()1620 LIST_INSERT_AFTER(owp, nd, nd_tq); in nfsrv_writegather()1626 owp = NULL; in nfsrv_writegather()1629 owp = wp; in nfsrv_writegather()1634 owp = wp; in nfsrv_writegather()1637 if (owp) { in nfsrv_writegather()1638 LIST_INSERT_AFTER(owp, nd, nd_hash); in nfsrv_writegather()[all …]