Searched refs:sequenceid (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 4600 uint32_t highest_slotid, sequenceid, sflags, target_highest_slotid; in nfsrvd_sequence() local 4609 sequenceid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_sequence() 4616 nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid, in nfsrvd_sequence() 4624 *tl++ = txdr_unsigned(sequenceid); in nfsrvd_sequence()
|
H A D | nfs_nfsdstate.c | 6267 nfsrv_checksequence(struct nfsrv_descript *nd, uint32_t sequenceid, in nfsrv_checksequence() argument 6282 error = nfsv4_seqsession(sequenceid, nd->nd_slotid, *highest_slotidp, in nfsrv_checksequence()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 5412 struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds, in nfsrpc_createsession() argument 5436 *tl++ = txdr_unsigned(sequenceid); in nfsrpc_createsession() 6104 uint32_t sequenceid = 0; in nfsrpc_fillsa() local 6280 &sequenceid); in nfsrpc_fillsa() 6298 sequenceid = in nfsrpc_fillsa() 6302 nrp, dsp, sequenceid, 0, nrp->nr_cred, p); in nfsrpc_fillsa() 7382 /* Get sequenceid# from first entry. */ in nfscl_getsameserver()
|