Searched refs:retstp (Results 1 – 1 of 1) sorted by relevance
5182 struct nfs4_ol_stateid *retstp = NULL; in init_open_stateid() local5200 retstp = nfsd4_find_existing_open(fp, open); in init_open_stateid()5201 if (retstp) in init_open_stateid()5220 if (retstp) { in init_open_stateid()5222 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) { in init_open_stateid()5223 nfs4_put_stid(&retstp->st_stid); in init_open_stateid()5228 stp = retstp; in init_open_stateid()8156 struct nfs4_ol_stateid *retstp; in init_lock_stateid() local8164 retstp = find_lock_stateid(lo, open_stp); in init_lock_stateid()8165 if (retstp) in init_lock_stateid()[all …]