Searched refs:sequenceid (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 4253 uint32_t highest_slotid, sequenceid, sflags, target_highest_slotid; in nfsrvd_sequence() local 4263 sequenceid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_sequence() 4271 nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid, in nfsrvd_sequence() 4277 *tl++ = txdr_unsigned(sequenceid); in nfsrvd_sequence()
|
| H A D | nfs_nfsdstate.c | 6174 nfsrv_checksequence(struct nfsrv_descript *nd, uint32_t sequenceid, in nfsrv_checksequence() argument 6190 error = nfsv4_seqsession(sequenceid, nd->nd_slotid, *highest_slotidp, in nfsrv_checksequence()
|
| /freebsd-12.1/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 4735 struct nfssockreq *nrp, uint32_t sequenceid, int mds, struct ucred *cred, in nfsrpc_createsession() argument 4753 *tl++ = txdr_unsigned(sequenceid); in nfsrpc_createsession() 5386 uint32_t sequenceid; in nfsrpc_fillsa() local 5515 &sequenceid); in nfsrpc_fillsa() 5533 sequenceid = in nfsrpc_fillsa() 5537 nrp, sequenceid, 0, nrp->nr_cred, p); in nfsrpc_fillsa()
|