1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/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 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
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 Add support to background fsck to delete zero-length directories. 2010-05-20 06:05:40 +00:00
pass3.c
pass4.c Add support to background fsck to delete zero-length directories. 2010-05-20 06:05:40 +00:00
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