Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1102 struct nfsstate *stp, *openstp, *lckownstp; in nfsrv_dumpaclient() local
1140 LIST_FOREACH(openstp, &stp->ls_open, ls_list) { in nfsrv_dumpaclient()
1142 LIST_FOREACH(lckownstp, &openstp->ls_open, ls_list) { in nfsrv_dumpaclient()
2807 struct nfsstate *openstp = NULL, *new_open, *ownerstp, *new_deleg; in nfsrv_openctrl() local
2986 openstp = stp; in nfsrv_openctrl()
3012 openstp = NULL; in nfsrv_openctrl()
3084 openstp = NULL; in nfsrv_openctrl()
3175 openstp = new_open; in nfsrv_openctrl()
3195 if (stp == LIST_END(&lfp->lf_deleg) && openstp == NULL) { in nfsrv_openctrl()
3281 openstp = new_open; in nfsrv_openctrl()
[all …]