Searched refs:nd_slotid (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 1038 sep->nfsess_slotseq[nd->nd_slotid] += 10; in newnfs_request() 1039 sep->nfsess_badslots |= (0x1ULL << nd->nd_slotid); in newnfs_request() 1042 nfsv4_freeslot(sep, nd->nd_slotid, true); in newnfs_request() 1062 nfsv4_freeslot(sep, nd->nd_slotid, true); in newnfs_request() 1134 (0x1ULL << nd->nd_slotid); in newnfs_request() 1161 slot = nd->nd_slotid; in newnfs_request() 1163 nd->nd_slotid) { in newnfs_request() 1168 nd->nd_slotid); in newnfs_request() 1182 nd->nd_slotid); in newnfs_request() 1184 slot = nd->nd_slotid; in newnfs_request() [all …]
|
H A D | nfs.h | 708 uint32_t nd_slotid; /* Slotid for this RPC */ member
|
H A D | nfs_commonsubs.c | 4930 nd->nd_slotid = slotpos; in nfsv4_setsequence()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 6282 error = nfsv4_seqsession(sequenceid, nd->nd_slotid, *highest_slotidp, in nfsrv_checksequence() 6415 nfsv4_seqsess_cacherep(nd->nd_slotid, sep->sess_slots, nd->nd_repstat, in nfsrv_cache_session() 6713 nd->nd_slotid = *slotposp; in nfsv4_setcbsequence()
|
H A D | nfs_nfsdserv.c | 4610 nd->nd_slotid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_sequence() 4625 *tl++ = txdr_unsigned(nd->nd_slotid); in nfsrvd_sequence()
|