Home
last modified time | relevance | path

Searched refs:fsck (Results 1 – 25 of 48) sorted by relevance

12

/external/f2fs-tools/fsck/
Dfsck.c19 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in f2fs_set_main_bitmap() local
37 return f2fs_set_bit(BLKOFF_FROM_MAIN(sbi, blk), fsck->main_area_bitmap); in f2fs_set_main_bitmap()
42 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in f2fs_test_main_bitmap() local
45 fsck->main_area_bitmap); in f2fs_test_main_bitmap()
50 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in f2fs_test_sit_bitmap() local
52 return f2fs_test_bit(BLKOFF_FROM_MAIN(sbi, blk), fsck->sit_area_bitmap); in f2fs_test_sit_bitmap()
58 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in add_into_hard_link_list() local
68 if (fsck->hard_link_list_head == NULL) { in add_into_hard_link_list()
69 fsck->hard_link_list_head = node; in add_into_hard_link_list()
73 tmp = fsck->hard_link_list_head; in add_into_hard_link_list()
[all …]
DMakefile.am5 sbin_PROGRAMS = fsck.f2fs
6 fsck_f2fs_SOURCES = main.c fsck.c dump.c mount.c
10 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs
Dmount.c992 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in build_sit_area_bitmap() local
1000 fsck->sit_area_bitmap_sz = sm_i->main_segments * SIT_VBLOCK_MAP_SIZE; in build_sit_area_bitmap()
1001 fsck->sit_area_bitmap = calloc(1, fsck->sit_area_bitmap_sz); in build_sit_area_bitmap()
1002 ptr = fsck->sit_area_bitmap; in build_sit_area_bitmap()
1004 ASSERT(fsck->sit_area_bitmap_sz == fsck->main_area_bitmap_sz); in build_sit_area_bitmap()
1027 fsck->chk.sit_valid_blocks = sum_vblocks; in build_sit_area_bitmap()
1028 fsck->chk.sit_free_segs = free_segs; in build_sit_area_bitmap()
1037 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in rewrite_sit_area_bitmap() local
1047 fsck->chk.free_segs = 0; in rewrite_sit_area_bitmap()
1049 ptr = fsck->main_area_bitmap; in rewrite_sit_area_bitmap()
[all …]
Df2fs.h127 struct f2fs_fsck *fsck; member
177 return (struct f2fs_fsck *)(sbi->fsck); in F2FS_FSCK()
Dmain.c217 gfsck.sbi.fsck = &gfsck; in main()
/external/e2fsprogs/
De2fsprogs.spec.in33 fsck tool that are included here.
121 %{_root_sbindir}/fsck
122 %{_root_sbindir}/fsck.ext2
123 %{_root_sbindir}/fsck.ext3
124 %{_root_sbindir}/fsck.ext4
125 %{_root_sbindir}/fsck.ext4dev
164 %{_mandir}/man8/fsck.ext2.8*
165 %{_mandir}/man8/fsck.ext3.8*
166 %{_mandir}/man8/fsck.ext4.8*
167 %{_mandir}/man8/fsck.ext4dev.8*
[all …]
DINSTALL.elfbin34 frequency, and the fsck pass number, respectively. The problem with
37 fsck should not check that particular filesystem. If your entries in
DINSTALL55 frequency, and the fsck pass number, respectively. The problem with
58 fsck should not check that particular filesystem. If your entries in
Dconfigure.in695 dnl See whether to install the `fsck' wrapper program (that calls e2fsck)
697 AC_ARG_ENABLE([fsck], optenable
698 [ --enable-fsck build fsck wrapper program],
702 AC_MSG_RESULT([Not building fsck wrapper])
704 FSCK_PROG=fsck FSCK_MAN=fsck.8
705 AC_MSG_RESULT([Building fsck wrapper])
711 AC_MSG_RESULT([Not building fsck wrapper by default])
714 FSCK_PROG=fsck FSCK_MAN=fsck.8
715 AC_MSG_RESULT([Building fsck wrapper by default])
/external/e2fsprogs/misc/
DMakefile.in53 FSCK_OBJS= fsck.o base_device.o ismounted.o
71 PROFILED_FSCK_OBJS= profiled/fsck.o profiled/base_device.o \
81 $(srcdir)/badblocks.c $(srcdir)/fsck.c $(srcdir)/util.c \
110 e2undo.profiled mke2fs.profiled dumpe2fs.profiled fsck.profiled \
294 fsck: $(FSCK_OBJS) $(DEPLIBBLKID)
296 $(Q) $(CC) $(ALL_LDFLAGS) -o fsck $(FSCK_OBJS) $(LIBBLKID) $(LIBINTL)
298 fsck.profiled: $(FSCK_OBJS) $(PROFILED_DEPLIBBLKID)
300 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o fsck.profiled $(PROFILED_FSCK_OBJS) \
391 fsck.8: $(DEP_SUBSTITUTE) $(srcdir)/fsck.8.in
393 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/fsck.8.in fsck.8
[all …]
/external/f2fs-tools/scripts/
Dspo_test.sh29 fsck.f2fs $DEV -d 0 || exit
36 fsck.f2fs $DEV -d 0 || exit
41 fsck.f2fs $DEV -d 0 || exit
/external/f2fs-tools/
DMakefile.am5 SUBDIRS = man lib mkfs fsck tools subdir
DChangeLog4 * Added fsck and dump for f2fs-tools.
DREADME35 2. Add the below line into fsck/Makefile.am:
Dconfigure.ac88 fsck/Makefile
/external/e2fsprogs/tests/r_min_itable/
Dexpect8 fsck -yf -N test_filesys test.img
Dscript18 echo fsck $FSCK_OPT -N test_filesys test.img >> $OUT.new
/external/e2fsprogs/tests/f_preen/
Dexpect.110 test_filesys: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
/external/autotest/client/samples/
Dfilesystem22 part.fsck()
Dcontrol.fs28 partition.fsck()
/external/e2fsprogs/e2fsck/
DMakefile.in227 $(LN) $(LINK_INSTALL_FLAGS) e2fsck fsck.$$i); \
246 $(LN) $(LINK_INSTALL_FLAGS) e2fsck.8 fsck.$$i.8); \
259 $(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
260 $(DESTDIR)$(root_sbindir)/fsck.ext3 \
261 $(DESTDIR)$(root_sbindir)/fsck.ext4 \
262 $(DESTDIR)$(root_sbindir)/fsck.ext4dev
269 $(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
270 $(DESTDIR)$(root_sbindir)/fsck.ext3 \
271 $(DESTDIR)$(root_sbindir)/fsck.ext4 \
272 $(DESTDIR)$(root_sbindir)/fsck.ext4dev
/external/e2fsprogs/po/
DPOTFILES.in33 misc/fsck.c
/external/e2fsprogs/debian/
Drules158 COMMON_CONF_FLAGS += --disable-fsck --disable-libblkid \
161 COMMON_CONF_FLAGS += --enable-fsck
447 (cd ${udebdir}/sbin; ln -sf e2fsck fsck.ext2 ; \
448 ln -sf e2fsck fsck.ext3 ; ln -sf e2fsck fsck.ext4 ; \
Dchangelog549 * Add overflow checking to tune2fs -i's fsck interval, which must fit
590 * Fixed outdated mention of fsck in the e2fsprogs package (Closes: #588726)
598 * Tune2fs can now set uninit_bg without requiring an fsck afterwards
626 * Allow tune2fs to set uninit_bg without requiring an fsck
667 * Add an fsck.ext4 symlink in the e2fsprogs-udeb package (Closes: #571247)
755 * Fix a file descriptor leak in fsck
859 fsck after resizing the filesystem.
1300 * Fix fsck so that if multiple filesystems are being checked in
1303 * Fix fsck -Cn for n!=0 for better Ubuntu boot-time support
1307 * Teach fsck to treat ext4 and ext4 filesystems as ext* filesystems
[all …]
Dcontrol.in156 The blkid library which allows system programs like fsck and
169 The blkid library which allows system programs like fsck and
183 The blkid library which allows system programs like fsck and

12