Home
last modified time | relevance | path

Searched refs:cbid (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h322 uint32_t cbid; /* callback channel identifier */ member
424 #define nm_cbid nm_un.v4.cbid
H A Dnfs_socket.c2844 uint32_t val, xid, procnum, taglen, cbid, numops, op, status; in nfs4_cb_handler() local
2850 xid = numops = op = status = procnum = taglen = cbid = 0; in nfs4_cb_handler()
2913 nfsm_chain_get_32(error, &nmreq, cbid); /* callback ID */ in nfs4_cb_handler()
2930 if (nmp->nm_cbid != cbid) { in nfs4_cb_handler()