nfs_nfsdstate.c | 2249 struct nfsstate *ownerstp; local in function:nfsrv_opencheck 2293 nfsrv_getowner(&clp->lc_open, new_stp, &ownerstp); 2295 if (!error && ownerstp) { 2296 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp, 2304 (ownerstp->ls_flags & NFSLCK_NEEDSCONFIRM)) 2501 struct nfsstate *openstp = NULL, *new_open, *ownerstp, *new_deleg; 2578 nfsrv_getowner(&clp->lc_open, new_stp, &ownerstp); 2676 if (ownerstp && stp->ls_openowner == ownerstp) 2846 if (ownerstp) { 3234 struct nfsstate *stp, *ownerstp; local in function:nfsrv_openupdate [all...] |