Searched refs:nstp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 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() [all …]
|