Home
last modified time | relevance | path

Searched refs:ocfs2_dlm_debug (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Ddlmglue.h209 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void);
210 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);
Ddlmglue.c422 struct ocfs2_dlm_debug *dlm_debug) in ocfs2_add_lockres_tracking()
2999 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free()
3001 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()
3006 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug()
3012 static void ocfs2_get_dlm_debug(struct ocfs2_dlm_debug *debug) in ocfs2_get_dlm_debug()
3017 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void) in ocfs2_new_dlm_debug()
3019 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug()
3021 dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL); in ocfs2_new_dlm_debug()
3036 struct ocfs2_dlm_debug *p_dlm_debug;
3045 struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug; in ocfs2_dlm_next_res()
[all …]
Docfs2.h236 struct ocfs2_dlm_debug { struct
411 struct ocfs2_dlm_debug *osb_dlm_debug;