Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4layouts.c237 if (parent->sc_export) in nfsd4_alloc_layout_stateid()
238 stp->sc_export = exp_get(parent->sc_export); in nfsd4_alloc_layout_stateid()
H A Dnfs4state.c1372 exp = s->sc_export; in nfs4_put_stid()
1842 exp = stp->st_stid.sc_export; in free_ol_stateid_reaplist()
1977 exp = stid->sc_export; in drop_stid_export()
1978 stid->sc_export = NULL; in drop_stid_export()
2138 stid->sc_export && in find_one_export_stid()
2139 path_equal(&stid->sc_export->ex_path, path)) { in find_one_export_stid()
6803 if (stp->st_stid.sc_export) in nfs4_set_delegation()
6804 dp->dl_stid.sc_export = exp_get(stp->st_stid.sc_export); in nfs4_set_delegation()
7142 stp->st_stid.sc_export = in nfsd4_process_open2()
8899 if (open_stp->st_stid.sc_export) in init_lock_stateid()
[all …]
H A Dstate.h151 struct svc_export *sc_export; member
H A Dnfs4xdr.c4237 exp = dp->dl_stid.sc_export; in setup_notify_fhandle()