Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dnfs4state.c4625 struct nfs4_ol_stateid *retstp = NULL; in init_open_stateid() local
4637 retstp = nfsd4_find_existing_open(fp, open); in init_open_stateid()
4638 if (retstp) in init_open_stateid()
4657 if (retstp) { in init_open_stateid()
4659 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) { in init_open_stateid()
4660 nfs4_put_stid(&retstp->st_stid); in init_open_stateid()
4665 stp = retstp; in init_open_stateid()
7338 struct nfs4_ol_stateid *retstp; in init_lock_stateid() local
7346 retstp = find_lock_stateid(lo, open_stp); in init_lock_stateid()
7347 if (retstp) in init_lock_stateid()
[all …]