Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dstate.h118 struct nfsd4_slot { struct
184 struct nfsd4_slot *se_slots[]; /* forward channel slots */
Dnfs4state.c588 BUILD_BUG_ON(NFSD_MAX_SLOTS_PER_SESSION * sizeof(struct nfsd4_slot *) in alloc_session()
590 mem = numslots * sizeof(struct nfsd4_slot *); in alloc_session()
597 mem = sizeof(struct nfsd4_slot) + slotsize; in alloc_session()
1240 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_store_cache_entry()
1273 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_enc_sequence_replay()
1299 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_replay_cache_entry()
1735 struct nfsd4_slot *slot; in nfsd4_sequence()
Dxdr4.h52 struct nfsd4_slot *slot;
Dnfs4xdr.c3238 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_check_drc_limit()