Searched refs:owp (Results 1 – 1 of 1) sorted by relevance
1521 struct nfsrv_descript *nd, *wp, *owp, *swp; in nfsrv_writegather() local1602 owp = NULL; in nfsrv_writegather()1605 owp = wp; in nfsrv_writegather()1608 if (owp) { in nfsrv_writegather()1609 LIST_INSERT_AFTER(owp, nd, nd_tq); in nfsrv_writegather()1615 owp = NULL; in nfsrv_writegather()1618 owp = wp; in nfsrv_writegather()1623 owp = wp; in nfsrv_writegather()1626 if (owp) { in nfsrv_writegather()1627 LIST_INSERT_AFTER(owp, nd, nd_hash); in nfsrv_writegather()[all …]