Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_nfsdstate.c1337 struct nfsstate *stp, *nstp; in nfsrv_servertimer() local
1427 nstp = LIST_NEXT(stp, ls_list); in nfsrv_servertimer()
1438 stp = nstp; in nfsrv_servertimer()
1463 struct nfsstate *stp, *nstp; in nfsrv_cleanclient() local
1466 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) { in nfsrv_cleanclient()
1519 struct nfsstate *stp, *nstp; in nfsrv_freedeleglist() local
1521 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { in nfsrv_freedeleglist()
1559 struct nfsstate *nstp, *tstp; in nfsrv_freeopenowner() local
1565 nstp = LIST_FIRST(&stp->ls_open); in nfsrv_freeopenowner()
1566 while (nstp != LIST_END(&stp->ls_open)) { in nfsrv_freeopenowner()
[all …]