Home
last modified time | relevance | path

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

/fs/ocfs2/
Djournal.c1879 os = &osb->osb_orphan_scan; in ocfs2_queue_orphan_scan()
1943 os = &osb->osb_orphan_scan; in ocfs2_orphan_scan_stop()
1956 os = &osb->osb_orphan_scan; in ocfs2_orphan_scan_init()
1968 os = &osb->osb_orphan_scan; in ocfs2_orphan_scan_start()
Ddlmglue.c2599 lockres = &osb->osb_orphan_scan.os_lockres; in ocfs2_orphan_scan_lock()
2609 *seqno = osb->osb_orphan_scan.os_seqno + 1; in ocfs2_orphan_scan_lock()
2620 lockres = &osb->osb_orphan_scan.os_lockres; in ocfs2_orphan_scan_unlock()
3110 ocfs2_orphan_scan_lock_res_init(&osb->osb_orphan_scan.os_lockres, osb); in ocfs2_dlm_init()
3144 ocfs2_lock_res_free(&osb->osb_orphan_scan.os_lockres); in ocfs2_dlm_shutdown()
3319 ocfs2_simple_drop_lockres(osb, &osb->osb_orphan_scan.os_lockres); in ocfs2_drop_osb_locks()
Docfs2.h437 struct ocfs2_orphan_scan osb_orphan_scan; member
Dsuper.c227 struct ocfs2_orphan_scan *os = &osb->osb_orphan_scan; in ocfs2_osb_dump()