Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.h195 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void);
196 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);
H A Ddlmglue.c408 struct ocfs2_dlm_debug *dlm_debug) in ocfs2_add_lockres_tracking()
3003 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free()
3005 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()
3010 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug()
3016 static void ocfs2_get_dlm_debug(struct ocfs2_dlm_debug *debug) in ocfs2_get_dlm_debug()
3021 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void) in ocfs2_new_dlm_debug()
3023 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug()
3025 dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL); in ocfs2_new_dlm_debug()
3040 struct ocfs2_dlm_debug *p_dlm_debug;
3049 struct ocfs2_dlm_debug *dlm_debu in ocfs2_dlm_next_res()
[all...]
H A Docfs2.h224 struct ocfs2_dlm_debug { struct
400 struct ocfs2_dlm_debug *osb_dlm_debug;
/kernel/linux/linux-6.6/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) in ocfs2_add_lockres_tracking()
3013 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free()
3015 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()
3020 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug()
3026 static void ocfs2_get_dlm_debug(struct ocfs2_dlm_debug *debug) in ocfs2_get_dlm_debug()
3031 struct ocfs2_dlm_debug *ocfs2_new_dlm_debug(void) in ocfs2_new_dlm_debug()
3033 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug()
3035 dlm_debug = kmalloc(sizeof(struct ocfs2_dlm_debug), GFP_KERNEL); in ocfs2_new_dlm_debug()
3050 struct ocfs2_dlm_debug *p_dlm_debug;
3059 struct ocfs2_dlm_debug *dlm_debu in ocfs2_dlm_next_res()
[all...]
H A Docfs2.h222 struct ocfs2_dlm_debug { struct
398 struct ocfs2_dlm_debug *osb_dlm_debug;

Completed in 14 milliseconds