Lines Matching defs:retstp
4625 struct nfs4_ol_stateid *retstp = NULL;
4637 retstp = nfsd4_find_existing_open(fp, open);
4638 if (retstp)
4657 if (retstp) {
4659 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) {
4660 nfs4_put_stid(&retstp->st_stid);
4665 stp = retstp;
7338 struct nfs4_ol_stateid *retstp;
7346 retstp = find_lock_stateid(lo, open_stp);
7347 if (retstp)
7366 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) {
7367 nfs4_put_stid(&retstp->st_stid);
7372 return retstp;