Searched defs:ocfs2_orphan_scan (Results 1 – 1 of 1) sorted by relevance
225 struct ocfs2_orphan_scan { struct226 struct mutex os_lock;227 struct ocfs2_super *os_osb;228 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */229 struct delayed_work os_orphan_scan_work;230 time64_t os_scantime; /* time this node ran the scan */231 u32 os_count; /* tracks node specific scans */232 u32 os_seqno; /* tracks cluster wide scans */233 atomic_t os_state; /* ACTIVE or INACTIVE */