Searched defs:ocfs2_orphan_scan (Results 1 – 1 of 1) sorted by relevance
213 struct ocfs2_orphan_scan { struct214 struct mutex os_lock;215 struct ocfs2_super *os_osb;216 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */217 struct delayed_work os_orphan_scan_work;218 time64_t os_scantime; /* time this node ran the scan */219 u32 os_count; /* tracks node specific scans */220 u32 os_seqno; /* tracks cluster wide scans */221 atomic_t os_state; /* ACTIVE or INACTIVE */