Lines Matching defs:retstp
4363 struct nfs4_ol_stateid *retstp = NULL;
4375 retstp = nfsd4_find_existing_open(fp, open);
4376 if (retstp)
4395 if (retstp) {
4397 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) {
4398 nfs4_put_stid(&retstp->st_stid);
4403 stp = retstp;
6545 struct nfs4_ol_stateid *retstp;
6553 retstp = find_lock_stateid(lo, open_stp);
6554 if (retstp)
6573 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) {
6574 nfs4_put_stid(&retstp->st_stid);
6579 return retstp;