Searched refs:sequenceid (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 5575 struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds, in nfsrpc_createsession() argument 5599 *tl++ = txdr_unsigned(sequenceid); in nfsrpc_createsession() 6275 uint32_t sequenceid = 0; in nfsrpc_fillsa() local 6451 &sequenceid); in nfsrpc_fillsa() 6469 sequenceid = in nfsrpc_fillsa() 6473 nrp, dsp, sequenceid, 0, nrp->nr_cred, p); in nfsrpc_fillsa()
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 4896 uint32_t highest_slotid, sequenceid, sflags, target_highest_slotid; in nfsrvd_sequence() local 4905 sequenceid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_sequence() 4912 nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid, in nfsrvd_sequence() 4920 *tl++ = txdr_unsigned(sequenceid); in nfsrvd_sequence()
|
| H A D | nfs_nfsdstate.c | 6087 nfsrv_checksequence(struct nfsrv_descript *nd, uint32_t sequenceid, in nfsrv_checksequence() argument 6102 error = nfsv4_seqsession(sequenceid, nd->nd_slotid, *highest_slotidp, in nfsrv_checksequence()
|