Home
last modified time | relevance | path

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

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