ocfs2_fs.h (7909f2bf835376a20d6dbf853eb459a27566eba2) ocfs2_fs.h (2fbe8d1ebe004425b4f7b8bba345623d2280be82)
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * ocfs2_fs.h
5 *
6 * On-disk structures for OCFS2.
7 *
8 * Copyright (C) 2002, 2004 Oracle. All rights reserved.

--- 256 unchanged lines hidden (view full) ---

265#define OCFS2_INVALID_SLOT -1
266
267#define OCFS2_VOL_UUID_LEN 16
268#define OCFS2_MAX_VOL_LABEL_LEN 64
269
270/* Journal limits (in bytes) */
271#define OCFS2_MIN_JOURNAL_SIZE (4 * 1024 * 1024)
272
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * ocfs2_fs.h
5 *
6 * On-disk structures for OCFS2.
7 *
8 * Copyright (C) 2002, 2004 Oracle. All rights reserved.

--- 256 unchanged lines hidden (view full) ---

265#define OCFS2_INVALID_SLOT -1
266
267#define OCFS2_VOL_UUID_LEN 16
268#define OCFS2_MAX_VOL_LABEL_LEN 64
269
270/* Journal limits (in bytes) */
271#define OCFS2_MIN_JOURNAL_SIZE (4 * 1024 * 1024)
272
273/*
274 * Default local alloc size (in megabytes)
275 *
276 * The value chosen should be such that most allocations, including new
277 * block groups, use local alloc.
278 */
279#define OCFS2_DEFAULT_LOCAL_ALLOC_SIZE 8
280
273struct ocfs2_system_inode_info {
274 char *si_name;
275 int si_iflags;
276 int si_mode;
277};
278
279/* System file index */
280enum {

--- 558 unchanged lines hidden ---
281struct ocfs2_system_inode_info {
282 char *si_name;
283 int si_iflags;
284 int si_mode;
285};
286
287/* System file index */
288enum {

--- 558 unchanged lines hidden ---