Home
last modified time | relevance | path

Searched defs:ocfs2_orphan_scan (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/fs/ocfs2/
A Docfs2.h211 struct ocfs2_orphan_scan { struct
212 struct mutex os_lock;
213 struct ocfs2_super *os_osb;
214 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */
215 struct delayed_work os_orphan_scan_work;
216 time64_t os_scantime; /* time this node ran the scan */
217 u32 os_count; /* tracks node specific scans */
218 u32 os_seqno; /* tracks cluster wide scans */
219 atomic_t os_state; /* ACTIVE or INACTIVE */

Completed in 7 milliseconds