Lines Matching refs:nfsow_open

365 		LIST_INIT(&nowp->nfsow_open);  in nfscl_newopen()
386 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_newopen()
416 LIST_INSERT_HEAD(&owp->nfsow_open, nop, nfso_list); in nfscl_newopen()
739 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_getopen()
1735 op = LIST_FIRST(&owp->nfsow_open); in nfscl_cleandeleg()
1780 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) { in nfscl_cleanclient()
1808 op = LIST_FIRST(&owp->nfsow_open); in nfscl_expireclient()
1819 LIST_FOREACH(top, &towp->nfsow_open, nfso_list) { in nfscl_expireclient()
1832 LIST_INSERT_HEAD(&towp->nfsow_open, op, nfso_list); in nfscl_expireclient()
1869 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) { in nfscl_expireclient()
1876 if (LIST_EMPTY(&owp->nfsow_open)) in nfscl_expireclient()
1914 if (LIST_EMPTY(&owp->nfsow_open)) in nfscl_cleanup_common()
1945 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_cleanupkext()
2222 op = LIST_FIRST(&owp->nfsow_open); in nfscl_recover()
2352 LIST_INIT(&nowp->nfsow_open); in nfscl_recover()
2817 if (LIST_EMPTY(&owp->nfsow_open)) { in nfscl_renewthread()
2908 op = LIST_FIRST(&owp->nfsow_open); in nfscl_renewthread()
3122 if (openowner && !LIST_EMPTY(&owp->nfsow_open)) in nfscl_dumpstate()
3127 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_dumpstate()
3158 if (openowner && !LIST_EMPTY(&owp->nfsow_open)) in nfscl_dumpstate()
3163 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_dumpstate()
3237 LIST_FOREACH(op2, &owp2->nfsow_open, nfso_list) { in nfscl_dupopen()
3239 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_dupopen()
3265 LIST_FOREACH(op2, &owp2->nfsow_open, nfso_list) { in nfscl_dupopen()
3269 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_dupopen()
3336 op = LIST_FIRST(&owp->nfsow_open); in nfscl_getclose()
3410 op = LIST_FIRST(&owp->nfsow_open); in nfscl_doclose()
4346 lop = LIST_FIRST(&lowp->nfsow_open); in nfscl_recalldeleg()
4440 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_moveopen()
4850 if (!LIST_EMPTY(&owp->nfsow_open)) { in nfscl_removedeleg()
4973 if (!LIST_EMPTY(&owp->nfsow_open)) { in nfscl_renamedeleg()
5048 if (!LIST_EMPTY(&owp->nfsow_open)) { in nfscl_renamedeleg()