Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4layouts.c134 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_free_layout_stateid()
568 if (ls->ls_stid.sc_client == clp) in nfsd4_return_all_file_layouts()
579 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_cb_layout_fail()
Dnfs4state.c573 stid->sc_client = cl; in nfs4_alloc_stid()
721 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg()
733 struct nfs4_client *clp = s->sc_client; in nfs4_put_stid()
791 searchclp = searchdp->dl_stid.sc_client; in nfs4_get_existing_delegation()
816 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
869 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation()
1115 struct nfs4_client *clp = s->sc_client; in put_ol_stateid_locked()
1211 lockdep_assert_held(&open_stp->st_stid.sc_client->cl_lock); in release_open_stateid_locks()
1226 lockdep_assert_held(&stp->st_stid.sc_client->cl_lock); in unhash_open_stateid()
1237 spin_lock(&stp->st_stid.sc_client->cl_lock); in release_open_stateid()
[all …]
Dstate.h98 struct nfs4_client *sc_client; member