ocfs2.h (d147b3d630edef1d34de6ea819787a1ac1b8603b) | ocfs2.h (2fbe8d1ebe004425b4f7b8bba345623d2280be82) |
---|---|
1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * ocfs2.h 5 * 6 * Defines macros and structures used in OCFS2 7 * 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. --- 217 unchanged lines hidden (view full) --- 226 struct mutex recovery_lock; 227 struct task_struct *recovery_thread_task; 228 int disable_recovery; 229 wait_queue_head_t checkpoint_event; 230 atomic_t needs_checkpoint; 231 struct ocfs2_journal *journal; 232 unsigned long osb_commit_interval; 233 | 1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * ocfs2.h 5 * 6 * Defines macros and structures used in OCFS2 7 * 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. --- 217 unchanged lines hidden (view full) --- 226 struct mutex recovery_lock; 227 struct task_struct *recovery_thread_task; 228 int disable_recovery; 229 wait_queue_head_t checkpoint_event; 230 atomic_t needs_checkpoint; 231 struct ocfs2_journal *journal; 232 unsigned long osb_commit_interval; 233 |
234 int local_alloc_size; |
|
234 enum ocfs2_local_alloc_state local_alloc_state; 235 struct buffer_head *local_alloc_bh; 236 u64 la_last_gd; 237 238 /* Next two fields are for local node slot recovery during 239 * mount. */ 240 int dirty; 241 struct ocfs2_dinode *local_alloc_copy; --- 280 unchanged lines hidden --- | 235 enum ocfs2_local_alloc_state local_alloc_state; 236 struct buffer_head *local_alloc_bh; 237 u64 la_last_gd; 238 239 /* Next two fields are for local node slot recovery during 240 * mount. */ 241 int dirty; 242 struct ocfs2_dinode *local_alloc_copy; --- 280 unchanged lines hidden --- |