Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Ddlmglue.c3011 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free() local
3015 kfree(dlm_debug); in ocfs2_dlm_debug_free()
3020 if (dlm_debug) in ocfs2_put_dlm_debug()
3034 if (!dlm_debug) { in ocfs2_new_dlm_debug()
3039 kref_init(&dlm_debug->d_refcnt); in ocfs2_new_dlm_debug()
3041 dlm_debug->d_filter_secs = 0; in ocfs2_new_dlm_debug()
3043 return dlm_debug; in ocfs2_new_dlm_debug()
3311 &dlm_debug->d_filter_secs); in ocfs2_dlm_init_debug()
3312 ocfs2_get_dlm_debug(dlm_debug); in ocfs2_dlm_init_debug()
3319 if (dlm_debug) in ocfs2_dlm_shutdown_debug()
[all …]
H A Ddlmglue.h192 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);