Lines Matching refs:stid
156 nfsd4_free_layout_stateid(struct nfs4_stid *stid)
158 struct nfs4_layout_stateid *ls = layoutstateid(stid);
271 struct nfs4_stid *stid;
278 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid,
284 &stid->sc_file->fi_fhandle)) {
289 if (stid->sc_type != NFS4_LAYOUT_STID) {
290 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type);
291 nfs4_put_stid(stid);
298 ls = container_of(stid, struct nfs4_layout_stateid, ls_stid);
302 if (nfsd4_stateid_generation_after(stateid, &stid->sc_stateid))
314 nfs4_put_stid(stid);