Searched refs:dlm_debug (Results 1 – 2 of 2) sorted by relevance
3010 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free() local3014 kfree(dlm_debug); in ocfs2_dlm_debug_free()3019 if (dlm_debug) in ocfs2_put_dlm_debug()3033 if (!dlm_debug) { in ocfs2_new_dlm_debug()3038 kref_init(&dlm_debug->d_refcnt); in ocfs2_new_dlm_debug()3040 dlm_debug->d_filter_secs = 0; in ocfs2_new_dlm_debug()3042 return dlm_debug; in ocfs2_new_dlm_debug()3312 &dlm_debug->d_filter_secs); in ocfs2_dlm_init_debug()3313 ocfs2_get_dlm_debug(dlm_debug); in ocfs2_dlm_init_debug()3320 if (dlm_debug) in ocfs2_dlm_shutdown_debug()[all …]
194 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);
Completed in 13 milliseconds