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