Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Ddlmglue.c414 struct ocfs2_dlm_debug *dlm_debug) in ocfs2_add_lockres_tracking() argument
419 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking()
2702 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free() local
2704 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()
2706 kfree(dlm_debug); in ocfs2_dlm_debug_free()
2709 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug() argument
2711 if (dlm_debug) in ocfs2_put_dlm_debug()
2712 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free); in ocfs2_put_dlm_debug()
2722 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug() local
2724 dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL); in ocfs2_new_dlm_debug()
[all …]
Ddlmglue.h169 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);