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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.h119 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void);
120 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);
H A Docfs2.h136 struct ocfs2_dlm_debug { struct
250 struct ocfs2_dlm_debug *osb_dlm_debug;
H A Ddlmglue.c345 struct ocfs2_dlm_debug *dlm_debug)
2050 struct ocfs2_dlm_debug *dlm_debug;
2052 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt);
2057 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug)
2063 static void ocfs2_get_dlm_debug(struct ocfs2_dlm_debug *debug)
2068 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void)
2070 struct ocfs2_dlm_debug *dlm_debug;
2072 dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL);
2087 struct ocfs2_dlm_debug *p_dlm_debug;
2096 struct ocfs2_dlm_debug *dlm_debu
[all...]

Completed in 92 milliseconds