Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c5177 struct nfs4_ol_stateid *retstp = NULL; in init_open_stateid() local
5195 retstp = nfsd4_find_existing_open(fp, open); in init_open_stateid()
5196 if (retstp) in init_open_stateid()
5215 if (retstp) { in init_open_stateid()
5217 if (nfsd4_lock_ol_stateid(retstp) != nfs_ok) { in init_open_stateid()
5218 nfs4_put_stid(&retstp->st_stid); in init_open_stateid()
5223 stp = retstp; in init_open_stateid()
8150 struct nfs4_ol_stateid *retstp; in init_lock_stateid() local
8158 retstp = find_lock_stateid(lo, open_stp); in init_lock_stateid()
8159 if (retstp) in init_lock_stateid()
[all …]