Searched refs:dlm_debug (Results 1 – 2 of 2) sorted by relevance
408 struct ocfs2_dlm_debug *dlm_debug) in ocfs2_add_lockres_tracking() argument413 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking()3003 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free() local3005 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()3007 kfree(dlm_debug); in ocfs2_dlm_debug_free()3010 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug() argument3012 if (dlm_debug) in ocfs2_put_dlm_debug()3013 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free); in ocfs2_put_dlm_debug()3023 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug() local3025 dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL); in ocfs2_new_dlm_debug()[all …]
196 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);