Lines Matching refs:nstp

1342 	struct nfsstate *stp, *nstp;  in nfsrv_servertimer()  local
1432 nstp = LIST_NEXT(stp, ls_list); in nfsrv_servertimer()
1443 stp = nstp; in nfsrv_servertimer()
1468 struct nfsstate *stp, *nstp; in nfsrv_cleanclient() local
1471 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) { in nfsrv_cleanclient()
1524 struct nfsstate *stp, *nstp; in nfsrv_freedeleglist() local
1526 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { in nfsrv_freedeleglist()
1564 struct nfsstate *nstp, *tstp; in nfsrv_freeopenowner() local
1570 nstp = LIST_FIRST(&stp->ls_open); in nfsrv_freeopenowner()
1571 while (nstp != LIST_END(&stp->ls_open)) { in nfsrv_freeopenowner()
1572 tstp = nstp; in nfsrv_freeopenowner()
1573 nstp = LIST_NEXT(nstp, ls_list); in nfsrv_freeopenowner()
1592 struct nfsstate *nstp, *tstp; in nfsrv_freeopen() local
1605 LIST_FOREACH_SAFE(tstp, &stp->ls_open, ls_list, nstp) in nfsrv_freeopen()
1826 struct nfsstate *tstp, *mystp, *nstp; in nfsrv_lockctrl() local
2287 nstp = LIST_NEXT(tstp, ls_file); in nfsrv_lockctrl()
2335 tstp = nstp; in nfsrv_lockctrl()
2550 struct nfsstate *stp, *nstp; in nfsrv_opencheck() local
2763 nstp = LIST_NEXT(stp, ls_file); in nfsrv_opencheck()
2781 stp = nstp; in nfsrv_opencheck()
2806 struct nfsstate *stp, *nstp; in nfsrv_openctrl() local
3059 nstp = LIST_NEXT(stp, ls_file); in nfsrv_openctrl()
3092 stp = nstp; in nfsrv_openctrl()
3687 struct nfsstate *stp, *nstp, *openstp, *ownstp; in nfsrv_releaselckown() local
3713 nstp = LIST_NEXT(stp, ls_list); in nfsrv_releaselckown()
3729 stp = nstp; in nfsrv_releaselckown()
5550 struct nfsstate *stp, *nstp; in nfsrv_cleandeleg() local
5555 nstp = LIST_NEXT(stp, ls_file); in nfsrv_cleandeleg()
5566 stp = nstp; in nfsrv_cleandeleg()
5839 struct nfsstate *stp, *nstp; in nfsrv_throwawayopens() local
5850 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) { in nfsrv_throwawayopens()
9020 struct nfsstate *stp, *nstp; in nfsrv_removedeleg() local
9033 LIST_FOREACH_SAFE(stp, &lfp->lf_deleg, ls_file, nstp) in nfsrv_removedeleg()