Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1341 struct nfsstate *stp, *nstp; in nfsrv_servertimer() local
1431 nstp = LIST_NEXT(stp, ls_list); in nfsrv_servertimer()
1442 stp = nstp; in nfsrv_servertimer()
1467 struct nfsstate *stp, *nstp; in nfsrv_cleanclient() local
1470 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()
[all …]