Searched refs:nfs_xidwrap (Results 1 – 3 of 3) sorted by relevance
1083 extern u_int64_t nfs_xid, nfs_xidwrap;
1201 nfs_xidwrap++; in nfs_get_xid()1204 *xidp = nfs_xid + (nfs_xidwrap << 32); in nfs_get_xid()
151 u_int64_t nfs_xidwrap = 0; /* to build a (non-wrapping) 64 bit xid */ variable