Searched refs:nd_ref (Results 1 – 2 of 2) sorted by relevance
62 LASSERT(nd->nd_ref >= 1); in lstcon_node_get()64 nd->nd_ref++; in lstcon_node_get()97 ndl->ndl_node->nd_ref = 1; in lstcon_node_find()120 LASSERT(nd->nd_ref > 0); in lstcon_node_put()122 if (--nd->nd_ref > 0) in lstcon_node_put()354 if (grp && nd->nd_ref > 1) in lstcon_sesrpc_condition()
52 int nd_ref; /* reference count */ member