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
..
2013-06-20 14:30:04 +00:00
2013-06-08 13:30:13 +00:00
2013-06-23 02:44:42 +00:00
2013-06-14 23:04:31 +00:00
2013-06-01 12:21:59 +00:00
2013-06-18 06:55:58 +00:00
2013-05-31 00:43:41 +00:00
2013-06-18 06:55:58 +00:00