Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Ddlmglue.c2795 struct ocfs2_lock_res *lockres = &osb->osb_super_lockres; in ocfs2_super_lock()
2833 struct ocfs2_lock_res *lockres = &osb->osb_super_lockres; in ocfs2_super_unlock()
3368 ocfs2_super_lock_res_init(&osb->osb_super_lockres, osb); in ocfs2_dlm_init()
3400 ocfs2_lock_res_free(&osb->osb_super_lockres); in ocfs2_dlm_shutdown()
3577 ocfs2_simple_drop_lockres(osb, &osb->osb_super_lockres); in ocfs2_drop_osb_locks()
Docfs2.h419 struct ocfs2_lock_res osb_super_lockres; member