Searched refs:nfsslot (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsrvstate.h | 175 struct nfsslot sess_slots[NFSV4_SLOTS];
|
H A D | nfsclstate.h | 63 struct nfsslot nfsess_cbslots[NFSV4_CBSLOTS];
|
H A D | nfs_var.h | 357 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 D | nfs.h | 859 struct nfsslot { struct
|
H A D | nfs_commonsubs.c | 4815 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 D | nfs_clrpcops.c | 6361 NFSBZERO(&sep->nfsess_cbslots[i], sizeof(struct nfsslot)); in nfscl_initsessionslots()
|