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

/linux-master/fs/ocfs2/
H A Ddlmglue.h193 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void);
194 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);
H A Ddlmglue.c407 struct ocfs2_dlm_debug *dlm_debug)
3012 struct ocfs2_dlm_debug *dlm_debug;
3014 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt);
3019 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug)
3025 static void ocfs2_get_dlm_debug(struct ocfs2_dlm_debug *debug)
3030 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void)
3032 struct ocfs2_dlm_debug *dlm_debug;
3034 dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL);
3049 struct ocfs2_dlm_debug *p_dlm_debug;
3058 struct ocfs2_dlm_debug *dlm_debu
[all...]
H A Docfs2.h222 struct ocfs2_dlm_debug { struct
398 struct ocfs2_dlm_debug *osb_dlm_debug;

Completed in 115 milliseconds