Home
last modified time | relevance | path

Searched refs:dlm_debug (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c408 struct ocfs2_dlm_debug *dlm_debug) in ocfs2_add_lockres_tracking()
413 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking()
3003 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free() local
3005 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()
3007 kfree(dlm_debug); in ocfs2_dlm_debug_free()
3010 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug() argument
3012 if (dlm_debug) in ocfs2_put_dlm_debug()
3013 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free); in ocfs2_put_dlm_debug()
3023 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug() local
3025 dlm_debug in ocfs2_new_dlm_debug()
407 ocfs2_add_lockres_tracking(struct ocfs2_lock_res *res, struct ocfs2_dlm_debug *dlm_debug) ocfs2_add_lockres_tracking() argument
3049 struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug; ocfs2_dlm_next_res() local
3135 struct ocfs2_dlm_debug *dlm_debug = ocfs2_dlm_seq_show() local
3299 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; ocfs2_dlm_init_debug() local
3311 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; ocfs2_dlm_shutdown_debug() local
[all...]
H A Ddlmglue.h196 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.c407 struct ocfs2_dlm_debug *dlm_debug) in ocfs2_add_lockres_tracking()
412 list_add(&res->l_debug_list, &dlm_debug->d_lockres_tracking); in ocfs2_add_lockres_tracking()
3013 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_dlm_debug_free() local
3015 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()
3017 kfree(dlm_debug); in ocfs2_dlm_debug_free()
3020 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug) in ocfs2_put_dlm_debug() argument
3022 if (dlm_debug) in ocfs2_put_dlm_debug()
3023 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free); in ocfs2_put_dlm_debug()
3033 struct ocfs2_dlm_debug *dlm_debug; in ocfs2_new_dlm_debug() local
3035 dlm_debug in ocfs2_new_dlm_debug()
406 ocfs2_add_lockres_tracking(struct ocfs2_lock_res *res, struct ocfs2_dlm_debug *dlm_debug) ocfs2_add_lockres_tracking() argument
3059 struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug; ocfs2_dlm_next_res() local
3145 struct ocfs2_dlm_debug *dlm_debug = ocfs2_dlm_seq_show() local
3309 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; ocfs2_dlm_init_debug() local
3321 struct ocfs2_dlm_debug *dlm_debug = osb->osb_dlm_debug; ocfs2_dlm_shutdown_debug() local
[all...]
H A Ddlmglue.h194 void ocfs2_put_dlm_debug(struct ocfs2_dlm_debug *dlm_debug);

Completed in 11 milliseconds