Searched refs:sequenceid (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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 | 6260 nfsrv_checksequence(struct nfsrv_descript *nd, uint32_t sequenceid, in nfsrv_checksequence() argument 6275 error = nfsv4_seqsession(sequenceid, nd->nd_slotid, *highest_slotidp, in nfsrv_checksequence()
|
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 5405 struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds, in nfsrpc_createsession() argument 5429 *tl++ = txdr_unsigned(sequenceid); in nfsrpc_createsession() 6097 uint32_t sequenceid = 0; in nfsrpc_fillsa() local 6273 &sequenceid); in nfsrpc_fillsa() 6291 sequenceid = in nfsrpc_fillsa() 6295 nrp, dsp, sequenceid, 0, nrp->nr_cred, p); in nfsrpc_fillsa()
|