Home
last modified time | relevance | path

Searched refs:d_refcnt (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
Docfs2.h225 struct kref d_refcnt; member
Ddlmglue.c3005 dlm_debug = container_of(kref, struct ocfs2_dlm_debug, d_refcnt); in ocfs2_dlm_debug_free()
3013 kref_put(&dlm_debug->d_refcnt, ocfs2_dlm_debug_free); in ocfs2_put_dlm_debug()
3018 kref_get(&debug->d_refcnt); in ocfs2_get_dlm_debug()
3031 kref_init(&dlm_debug->d_refcnt); in ocfs2_new_dlm_debug()