Searched refs:retstp (Results 1 – 1 of 1) sorted by relevance
3724 struct nfs4_ol_stateid *retstp = NULL; in init_open_stateid() local3736 retstp = nfsd4_find_existing_open(fp, open); in init_open_stateid()3737 if (retstp) in init_open_stateid()3756 if (retstp) { in init_open_stateid()3758 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) { in init_open_stateid()3759 nfs4_put_stid(&retstp->st_stid); in init_open_stateid()3764 stp = retstp; in init_open_stateid()5795 struct nfs4_ol_stateid *retstp; in init_lock_stateid() local5802 retstp = find_lock_stateid(lo, fp); in init_lock_stateid()5803 if (retstp) in init_lock_stateid()[all …]