Searched refs:sequenceid (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 5614 struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds, in nfsrpc_createsession() argument 5638 *tl++ = txdr_unsigned(sequenceid); in nfsrpc_createsession() 6314 uint32_t sequenceid = 0; in nfsrpc_fillsa() local 6490 &sequenceid); in nfsrpc_fillsa() 6508 sequenceid = in nfsrpc_fillsa() 6512 nrp, dsp, sequenceid, 0, nrp->nr_cred, p); in nfsrpc_fillsa()
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 4854 uint32_t highest_slotid, sequenceid, sflags, target_highest_slotid; in nfsrvd_sequence() local 4863 sequenceid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_sequence() 4870 nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid, in nfsrvd_sequence() 4878 *tl++ = txdr_unsigned(sequenceid); in nfsrvd_sequence()
|
| H A D | nfs_nfsdstate.c | 6281 nfsrv_checksequence(struct nfsrv_descript *nd, uint32_t sequenceid, in nfsrv_checksequence() argument 6296 error = nfsv4_seqsession(sequenceid, nd->nd_slotid, *highest_slotidp, in nfsrv_checksequence()
|