Home
last modified time | relevance | path

Searched refs:owp (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_serv.c1532 struct nfsrv_descript *nd, *wp, *owp, *swp; in nfsrv_writegather() local
1613 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 …]