nfs_nfsdstate.c | 866 struct nfsstate *stp, *openstp, *lckownstp; local in function:nfsrv_dumpaclient 893 LIST_FOREACH(openstp, &stp->ls_open, ls_list) { 895 LIST_FOREACH(lckownstp, &openstp->ls_open, ls_list) { 2501 struct nfsstate *openstp = NULL, *new_open, *ownerstp, *new_deleg; local in function:nfsrv_openctrl 2677 openstp = stp; 2703 openstp = NULL; 2770 openstp = NULL; 2861 openstp = new_open; 2881 if (stp == NULL && openstp == NULL) { 2965 openstp = new_open 3473 struct nfsstate *stp, *nstp, *openstp, *ownstp; local in function:nfsrv_releaselckown [all...] |