Home
last modified time | relevance | path

Searched refs:retstp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/nfsd/
Dnfs4state.c4200 struct nfs4_ol_stateid *retstp = NULL; in init_open_stateid() local
4212 retstp = nfsd4_find_existing_open(fp, open); in init_open_stateid()
4213 if (retstp) in init_open_stateid()
4232 if (retstp) { in init_open_stateid()
4234 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) { in init_open_stateid()
4235 nfs4_put_stid(&retstp->st_stid); in init_open_stateid()
4240 stp = retstp; in init_open_stateid()
6269 struct nfs4_ol_stateid *retstp; in init_lock_stateid() local
6276 retstp = find_lock_stateid(lo, fp); in init_lock_stateid()
6277 if (retstp) in init_lock_stateid()
[all …]