freebsd-dev/sbin/fsck_ffs
Konstantin Belousov 0947d19a09 In checker, read journal by sectors.
Due to UFS insistence to pretend that device sector size is 512 bytes,
sector size is obtained from ioctl(DIOCGSECTORSIZE) for real devices,
and from the label otherwise. The file images without label have to
be made with 512 sector size.

In collaboration with:	pho
Reviewed by:	jeff
Tested by:	bz, pho
2011-02-12 13:17:14 +00:00
..
dir.c
ea.c
fsck_ffs.8
fsck.h In checker, read journal by sectors. 2011-02-12 13:17:14 +00:00
fsutil.c
gjournal.c
inode.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
main.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
Makefile
pass1.c
pass1b.c
pass2.c
pass3.c
pass4.c
pass5.c
setup.c In checker, read journal by sectors. 2011-02-12 13:17:14 +00:00
suj.c In checker, read journal by sectors. 2011-02-12 13:17:14 +00:00
utilities.c