Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsserver/
Dnfs_nfsdstate.c1151 struct nfsstate *stp, *nstp; in nfsrv_servertimer() local
1240 nstp = LIST_NEXT(stp, ls_list); in nfsrv_servertimer()
1251 stp = nstp; in nfsrv_servertimer()
1275 struct nfsstate *stp, *nstp; in nfsrv_cleanclient() local
1278 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) in nfsrv_cleanclient()
1326 struct nfsstate *stp, *nstp; in nfsrv_freedeleglist() local
1328 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { in nfsrv_freedeleglist()
1366 struct nfsstate *nstp, *tstp; in nfsrv_freeopenowner() local
1372 nstp = LIST_FIRST(&stp->ls_open); in nfsrv_freeopenowner()
1373 while (nstp != LIST_END(&stp->ls_open)) { in nfsrv_freeopenowner()
[all …]