Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Ddlmglue.c2776 struct ocfs2_lock_res *lockres = &osb->osb_super_lockres; in ocfs2_super_lock()
2814 struct ocfs2_lock_res *lockres = &osb->osb_super_lockres; in ocfs2_super_unlock()
3315 ocfs2_super_lock_res_init(&osb->osb_super_lockres, osb); in ocfs2_dlm_init()
3347 ocfs2_lock_res_free(&osb->osb_super_lockres); in ocfs2_dlm_shutdown()
3522 ocfs2_simple_drop_lockres(osb, &osb->osb_super_lockres); in ocfs2_drop_osb_locks()
Docfs2.h406 struct ocfs2_lock_res osb_super_lockres; member