Home
last modified time | relevance | path

Searched refs:nfsslot (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h175 struct nfsslot sess_slots[NFSV4_SLOTS];
H A Dnfsclstate.h63 struct nfsslot nfsess_cbslots[NFSV4_CBSLOTS];
H A Dnfs_var.h357 int nfsv4_seqsession(uint32_t, uint32_t, uint32_t, struct nfsslot *,
359 void nfsv4_seqsess_cacherep(uint32_t, struct nfsslot *, int, struct mbuf **);
H A Dnfs.h859 struct nfsslot { struct
H A Dnfs_commonsubs.c4815 struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot) in nfsv4_seqsession()
4862 nfsv4_seqsess_cacherep(uint32_t slotid, struct nfsslot *slots, int repstat, in nfsv4_seqsess_cacherep()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c6361 NFSBZERO(&sep->nfsess_cbslots[i], sizeof(struct nfsslot)); in nfscl_initsessionslots()