Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h132 struct nfsd4_slot { struct
213 struct nfsd4_slot *se_slots[]; /* forward channel slots */
Dnfs4state.c809 return size + sizeof(struct nfsd4_slot); in slot_bytes()
849 BUILD_BUG_ON(NFSD_MAX_SLOTS_PER_SESSION * sizeof(struct nfsd4_slot *) in alloc_session()
851 mem = numslots * sizeof(struct nfsd4_slot *); in alloc_session()
1514 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_store_cache_entry()
1548 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_enc_sequence_replay()
1571 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_replay_cache_entry()
2106 struct nfsd4_slot *slot; in nfsd4_sequence()
Dxdr4.h59 struct nfsd4_slot *slot;
Dnfs4xdr.c3486 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_check_resp_size()