Deleted Added
full compact
ext2fs.h (232703) ext2fs.h (239636)
1/*-
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 *
1/*-
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 *
7 * $FreeBSD: head/sys/fs/ext2fs/ext2fs.h 232703 2012-03-08 21:06:05Z pfg $
7 * $FreeBSD: head/sys/fs/ext2fs/ext2fs.h 239636 2012-08-24 01:12:07Z pfg $
8 */
9/*-
10 * Copyright (c) 2009 Aditya Sarawgi
11 * All rights reserved.
12 *
13 * Redistribution and use in source and binary forms, with or without
14 * modification, are permitted provided that the following conditions
15 * are met:

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

205#define E2FS_REV0_INODE_SIZE 128
206
207/*
208 * compatible/incompatible features
209 */
210#define EXT2F_COMPAT_PREALLOC 0x0001
211#define EXT2F_COMPAT_HASJOURNAL 0x0004
212#define EXT2F_COMPAT_RESIZE 0x0010
8 */
9/*-
10 * Copyright (c) 2009 Aditya Sarawgi
11 * All rights reserved.
12 *
13 * Redistribution and use in source and binary forms, with or without
14 * modification, are permitted provided that the following conditions
15 * are met:

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

205#define E2FS_REV0_INODE_SIZE 128
206
207/*
208 * compatible/incompatible features
209 */
210#define EXT2F_COMPAT_PREALLOC 0x0001
211#define EXT2F_COMPAT_HASJOURNAL 0x0004
212#define EXT2F_COMPAT_RESIZE 0x0010
213#define EXT2F_COMPAT_HTREE 0x0020
213
214#define EXT2F_ROCOMPAT_SPARSESUPER 0x0001
215#define EXT2F_ROCOMPAT_LARGEFILE 0x0002
216#define EXT2F_ROCOMPAT_BTREE_DIR 0x0004
217#define EXT4F_ROCOMPAT_EXTRA_ISIZE 0x0040
218
219#define EXT2F_INCOMPAT_COMP 0x0001
220#define EXT2F_INCOMPAT_FTYPE 0x0002

--- 136 unchanged lines hidden ---
214
215#define EXT2F_ROCOMPAT_SPARSESUPER 0x0001
216#define EXT2F_ROCOMPAT_LARGEFILE 0x0002
217#define EXT2F_ROCOMPAT_BTREE_DIR 0x0004
218#define EXT4F_ROCOMPAT_EXTRA_ISIZE 0x0040
219
220#define EXT2F_INCOMPAT_COMP 0x0001
221#define EXT2F_INCOMPAT_FTYPE 0x0002

--- 136 unchanged lines hidden ---