freebsd-dev/sys/fs/ext2fs
Pedro F. Giffuni da057ed2d3 Define and use e2fs_lbn_t in ext2fs.
In line to what is done in UFS, define an internal type
e2fs_lbn_t for the logical block numbers.

This change is basically a no-op as the new type is unchanged
(int32_t) but it may be useful as bumping this may be required
for ext4fs.

Also, as pointed out by Bruce Evans:

-Use daddr_t for daddr in ext2_bmaparray(). This seems to
improve reliability with the reallocblks option.
- Add a cast to the fsbtodb() macro as in UFS.

Reviewed by:	bde
MFC after:	3 days
2013-06-23 02:44:42 +00:00
..
ext2_alloc.c Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00
ext2_balloc.c Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00
ext2_bmap.c Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00
ext2_dinode.h Re-sort ext2fs headers to make things easier to find. 2013-06-16 16:10:45 +00:00
ext2_dir.h More ext2fs header cleanups: 2013-06-18 15:49:30 +00:00
ext2_extern.h Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00
ext2_inode_cnv.c ext2fs: space vs tab. 2013-06-03 20:33:05 +00:00
ext2_inode.c Turn DIAGNOSTICs to INVARIANTS in ext2fs. 2013-06-12 15:24:48 +00:00
ext2_lookup.c Turn DIAGNOSTICs to INVARIANTS in ext2fs. 2013-06-12 15:24:48 +00:00
ext2_mount.h ext2fs: Remove unused em_e2fsb definition.. 2013-02-05 03:23:56 +00:00
ext2_subr.c Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00
ext2_vfsops.c s/file system/filesystem/g 2013-06-11 02:47:07 +00:00
ext2_vnops.c Turn DIAGNOSTICs to INVARIANTS in ext2fs. 2013-06-12 15:24:48 +00:00
ext2fs.h Rename some prefixes in the Block Group Descriptor fields to ext4bgd_ 2013-06-20 00:00:33 +00:00
fs.h Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00
inode.h Define and use e2fs_lbn_t in ext2fs. 2013-06-23 02:44:42 +00:00