Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/nfsserver/
HDnfs_nfsdstate.c293 struct nfsstate *stp, *tstp; in nfsrv_setclient() local
515 LIST_FOREACH(tstp, &new_clp->lc_open, ls_list) in nfsrv_setclient()
516 tstp->ls_clp = new_clp; in nfsrv_setclient()
518 LIST_FOREACH(tstp, &new_clp->lc_deleg, ls_list) in nfsrv_setclient()
519 tstp->ls_clp = new_clp; in nfsrv_setclient()
522 LIST_FOREACH(tstp, &new_clp->lc_olddeleg, ls_list) in nfsrv_setclient()
523 tstp->ls_clp = new_clp; in nfsrv_setclient()
527 LIST_FOREACH(tstp, &new_clp->lc_stateid[i], ls_hash) in nfsrv_setclient()
528 tstp->ls_clp = new_clp; in nfsrv_setclient()
591 LIST_FOREACH(tstp, &new_clp->lc_open, ls_list) in nfsrv_setclient()
[all …]
/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clstate.c4823 nfsv4stateid_t *tstp, int *gottdp, NFSPROC_T *p) in nfscl_renamedeleg() argument
4973 *tstp = dp->nfsdl_stateid; in nfscl_renamedeleg()