freebsd-dev/sys/fs/ext2fs
Pedro F. Giffuni 371f338bfd Update some definitions or make them match NetBSD's headers.
Bring several definitions required for newer ext4 features.

Rename EXT2F_COMPAT_HTREE to EXT2F_COMPAT_DIRHASHINDEX since it
is not being used yet and the new name is more compatible with
NetBSD and Linux.

This change is purely cosmetic and has no effect on the real
code.

Obtained from:	NetBSD
MFC after:	3 days
2012-11-28 15:48:32 +00:00
..
ext2_alloc.c Partially bring r242520 to ext2fs. 2012-11-28 00:36:40 +00:00
ext2_balloc.c Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
ext2_bmap.c Fix typo 2012-08-18 16:13:16 +00:00
ext2_dinode.h Update some definitions or make them match NetBSD's headers. 2012-11-28 15:48:32 +00:00
ext2_dir.h Various style fixes including using uint*_t instead of u_int*_t. 2011-04-27 18:15:34 +00:00
ext2_extern.h Bring in reallocblk to ext2fs. 2011-12-15 20:31:18 +00:00
ext2_inode_cnv.c Fix up kernel sources to be ready for a 64-bit ino_t. 2012-09-27 23:30:49 +00:00
ext2_inode.c Fix style nit 2012-09-11 08:36:41 +00:00
ext2_lookup.c Fix a couple of issues that appear to be inherited from the old 2012-05-16 15:53:38 +00:00
ext2_mount.h Some cosmetic fixes and remove a duplicate constant. 2011-02-01 18:30:52 +00:00
ext2_subr.c Bring in reallocblk to ext2fs. 2011-12-15 20:31:18 +00:00
ext2_vfsops.c r16312 is not any longer real since many years (likely since when VFS 2012-11-19 22:43:45 +00:00
ext2_vnops.c Fix a couple of issues that appear to be inherited from the old 2012-05-16 15:53:38 +00:00
ext2fs.h Update some definitions or make them match NetBSD's headers. 2012-11-28 15:48:32 +00:00
fs.h Style cleanups by jh@. 2011-12-16 15:47:43 +00:00
inode.h Remove unused member of struct indir (in_exists) from UFS and EXT2 code. 2012-08-17 17:45:27 +00:00