Home
last modified time | relevance | path

Searched refs:osb_orphan_scan (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/ocfs2/
Djournal.c1953 os = &osb->osb_orphan_scan; in ocfs2_queue_orphan_scan()
2017 os = &osb->osb_orphan_scan; in ocfs2_orphan_scan_stop()
2030 os = &osb->osb_orphan_scan; in ocfs2_orphan_scan_init()
2042 os = &osb->osb_orphan_scan; in ocfs2_orphan_scan_start()
Ddlmglue.c2759 lockres = &osb->osb_orphan_scan.os_lockres; in ocfs2_orphan_scan_lock()
2769 *seqno = osb->osb_orphan_scan.os_seqno + 1; in ocfs2_orphan_scan_lock()
2780 lockres = &osb->osb_orphan_scan.os_lockres; in ocfs2_orphan_scan_unlock()
3372 ocfs2_orphan_scan_lock_res_init(&osb->osb_orphan_scan.os_lockres, osb); in ocfs2_dlm_init()
3404 ocfs2_lock_res_free(&osb->osb_orphan_scan.os_lockres); in ocfs2_dlm_shutdown()
3581 ocfs2_simple_drop_lockres(osb, &osb->osb_orphan_scan.os_lockres); in ocfs2_drop_osb_locks()
Docfs2.h440 struct ocfs2_orphan_scan osb_orphan_scan; member
Dsuper.c216 struct ocfs2_orphan_scan *os = &osb->osb_orphan_scan; in ocfs2_osb_dump()