Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Ddlmglue.c2564 struct ocfs2_lock_res *lockres = &osb->osb_super_lockres; in ocfs2_super_lock()
2602 struct ocfs2_lock_res *lockres = &osb->osb_super_lockres; in ocfs2_super_unlock()
3038 ocfs2_super_lock_res_init(&osb->osb_super_lockres, osb); in ocfs2_dlm_init()
3072 ocfs2_lock_res_free(&osb->osb_super_lockres); in ocfs2_dlm_shutdown()
3247 ocfs2_simple_drop_lockres(osb, &osb->osb_super_lockres); in ocfs2_drop_osb_locks()
Docfs2.h403 struct ocfs2_lock_res osb_super_lockres; member