Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_serv.c1531 struct nfsrv_descript *nd, *wp, *owp, *swp; in nfsrv_writegather() local
1612 owp = NULL; in nfsrv_writegather()
1615 owp = wp; in nfsrv_writegather()
1618 if (owp) { in nfsrv_writegather()
1619 LIST_INSERT_AFTER(owp, nd, nd_tq); in nfsrv_writegather()
1625 owp = NULL; in nfsrv_writegather()
1628 owp = wp; in nfsrv_writegather()
1633 owp = wp; in nfsrv_writegather()
1636 if (owp) { in nfsrv_writegather()
1637 LIST_INSERT_AFTER(owp, nd, nd_hash); in nfsrv_writegather()
[all …]