Searched refs:np_xid (Results 1 – 2 of 2) sorted by relevance
79 int np_xid; /* RPC transaction id for pings */ member385 if (np->np_xid == xid && (fs->fs_flags & FSF_PINGING)) { in nfs_keepalive_callback()429 np->np_xid = XID_ALLOC(); in nfs_keepalive_callback()557 np->np_xid = XID_ALLOC(); in nfs_keepalive_timeout()589 error = fwd_packet(MK_RPC_XID(RPC_XID_NFSPING, np->np_xid), in nfs_keepalive()594 (voidp) ((long) np->np_xid), /* cast needed for 64-bit archs */ in nfs_keepalive()989 np->np_xid = XID_ALLOC(); in find_nfs_srvr()1046 np->np_xid = XID_ALLOC(); in find_nfs_srvr()1052 np->np_xid = 0; in find_nfs_srvr()
4195 * amd/srvr_nfs.c: renamed np_xid to global_xid; sanitized the