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