Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDnfs_serv.c1220 struct nfsrv_descript *wp, *nfsd, *owp, *swp; in nfsrv_writegather() local
1324 owp = NULL; in nfsrv_writegather()
1327 owp = wp; in nfsrv_writegather()
1331 if (owp) { in nfsrv_writegather()
1332 LIST_INSERT_AFTER(owp, nfsd, nd_tq); in nfsrv_writegather()
1338 owp = NULL; in nfsrv_writegather()
1342 owp = wp; in nfsrv_writegather()
1347 owp = wp; in nfsrv_writegather()
1350 if (owp) { in nfsrv_writegather()
1351 LIST_INSERT_AFTER(owp, nfsd, nd_hash); in nfsrv_writegather()
[all …]