Searched refs:dlm_debug (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.c345 struct ocfs2_dlm_debug *dlm_debug)
350 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking);
2050 struct ocfs2_dlm_debug *dlm_debug; local
2052 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt);
2054 kfree(dlm_debug);
2057 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) argument
2059 if (dlm_debug)
2060 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free);
2070 struct ocfs2_dlm_debug *dlm_debug; local
2072 dlm_debug
344 ocfs2_add_lockres_tracking(struct ocfs2_lock_res *res, struct ocfs2_dlm_debug *dlm_debug) argument
2096 struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug; local
2274 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; local
2295 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; local
[all...]
H A Ddlmglue.h120 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);

Completed in 54 milliseconds