Home
last modified time | relevance | path

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

123456

/external/f2fs-tools/
DAndroid.bp24 "fsck",
59 "fsck/dir.c",
60 "fsck/dict.c",
61 "fsck/mkquota.c",
62 "fsck/quotaio.c",
63 "fsck/quotaio_tree.c",
64 "fsck/quotaio_v2.c",
65 "fsck/node.c",
66 "fsck/segment.c",
67 "fsck/xattr.c",
[all …]
D.gitignore48 /fsck/fsck.f2fs
/external/f2fs-tools/fsck/
Dfsck.c21 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_clear_main_bitmap() local
53 fsck->main_area_bitmap); in f2fs_clear_main_bitmap()
58 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in f2fs_test_sit_bitmap() local
60 return f2fs_test_bit(BLKOFF_FROM_MAIN(sbi, blk), fsck->sit_area_bitmap); in f2fs_test_sit_bitmap()
65 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in f2fs_set_sit_bitmap() local
67 return f2fs_set_bit(BLKOFF_FROM_MAIN(sbi, blk), fsck->sit_area_bitmap); in f2fs_set_sit_bitmap()
[all …]
DMakefile.am5 sbin_PROGRAMS = fsck.f2fs
6 noinst_HEADERS = common.h dict.h dqblk_v2.h f2fs.h fsck.h node.h quotaio.h quotaio_tree.h quotaio_v…
8 fsck_f2fs_SOURCES = main.c fsck.c dump.c mount.c defrag.c resize.c \
14 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs
15 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/defrag.f2fs
16 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/resize.f2fs
17 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/sload.f2fs
Dmount.c1960 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in build_sit_area_bitmap() local
1968 fsck->sit_area_bitmap_sz = sm_i->main_segments * SIT_VBLOCK_MAP_SIZE; in build_sit_area_bitmap()
1969 fsck->sit_area_bitmap = calloc(1, fsck->sit_area_bitmap_sz); in build_sit_area_bitmap()
1970 ASSERT(fsck->sit_area_bitmap); in build_sit_area_bitmap()
1971 ptr = fsck->sit_area_bitmap; in build_sit_area_bitmap()
1973 ASSERT(fsck->sit_area_bitmap_sz == fsck->main_area_bitmap_sz); in build_sit_area_bitmap()
1996 fsck->chk.sit_valid_blocks = sum_vblocks; in build_sit_area_bitmap()
1997 fsck->chk.sit_free_segs = free_segs; in build_sit_area_bitmap()
2006 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in rewrite_sit_area_bitmap() local
2019 ptr = fsck->main_area_bitmap; in rewrite_sit_area_bitmap()
[all …]
Dmkquota.c64 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_write_inode() local
66 quota_ctx_t qctx = fsck->qctx; in quota_write_inode()
144 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_init_context() local
174 fsck->qctx = ctx; in quota_init_context()
362 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_compare_and_update() local
363 quota_ctx_t qctx = fsck->qctx; in quota_compare_and_update()
Dquotaio.c100 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_file_open() local
102 quota_ctx_t qctx = fsck->qctx; in quota_file_open()
191 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_file_close() local
192 quota_ctx_t qctx = fsck->qctx; in quota_file_close()
/external/e2fsprogs/
De2fsprogs.spec33 fsck tool that are included here.
122 %{_root_sbindir}/fsck
123 %{_root_sbindir}/fsck.ext2
124 %{_root_sbindir}/fsck.ext3
125 %{_root_sbindir}/fsck.ext4
126 %{_root_sbindir}/fsck.ext4dev
165 %{_mandir}/man8/fsck.ext2.8*
166 %{_mandir}/man8/fsck.ext3.8*
167 %{_mandir}/man8/fsck.ext4.8*
168 %{_mandir}/man8/fsck.ext4dev.8*
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.17.txt4 Fixed nasty typo in fsck which caused parallelized fsck's to go into an
7 Fixed a bug in fsck where it used strncmp to compare a binary UUID,
20 Added a debugging hook to test parallel fsck; if the environment
Dv1.19.txt12 necessary) by temporarily mounting the filesystem. /sbin/fsck.ext3 is
26 Create a symbolic link for fsck.ext3, since the e2fsprogs utilities
78 Fixed a bug in fsck which didn't allow non-root users to be able to
90 Really fixed a bug in fsck to allow "fsck -As" to run interactive
91 fsck's. (For those people who like to do interactive fsck's in the
/external/e2fsprogs/tests/t_change_uuid_mcsum_seed_mounted/
Dexpect6 fsck returns 0
12 fsck returns 0
19 fsck returns 0
Dscript20 echo "fsck returns $?" >> $OUT
29 echo "fsck returns $?" >> $OUT
38 echo "fsck returns $?" >> $OUT
/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/e2fsprogs/tests/t_disable_csum_seed/
Dexpect7 fsck returns 0
13 fsck returns 0
Dscript20 echo "fsck returns $?" >> $OUT
29 echo "fsck returns $?" >> $OUT
/external/e2fsprogs/tests/t_disable_meta_csum_and_seed/
Dexpect7 fsck returns 0
13 fsck returns 0
Dscript20 echo "fsck returns $?" >> $OUT
30 echo "fsck returns $?" >> $OUT
/external/e2fsprogs/misc/
DMakefile.in63 FSCK_OBJS= fsck.o base_device.o ismounted.o
87 PROFILED_FSCK_OBJS= profiled/fsck.o profiled/base_device.o \
100 $(srcdir)/badblocks.c $(srcdir)/fsck.c $(srcdir)/util.c \
138 e2undo.profiled mke2fs.profiled dumpe2fs.profiled fsck.profiled \
345 fsck: $(FSCK_OBJS) $(DEPLIBBLKID)
347 $(Q) $(CC) $(ALL_LDFLAGS) -o fsck $(FSCK_OBJS) $(LIBBLKID) \
350 fsck.profiled: $(FSCK_OBJS) $(PROFILED_DEPLIBBLKID)
352 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o fsck.profiled $(PROFILED_FSCK_OBJS) \
487 fsck.8: $(DEP_SUBSTITUTE) $(srcdir)/fsck.8.in
489 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/fsck.8.in fsck.8
[all …]
/external/e2fsprogs/tests/t_disable_changed_csum_seed/
Dexpect10 fsck returns 0
16 fsck returns 0
/external/e2fsprogs/tests/t_disable_changed_csum_seed_mounted/
Dexpect10 fsck returns 0
17 fsck returns 0
Dscript24 echo "fsck returns $?" >> $OUT
33 echo "fsck returns $?" >> $OUT
/external/e2fsprogs/tests/t_uninit_bg_rm/
Dexpect4 fsck -yf -N test_filesys test.img
15 fsck -yf -N test_filesys test.img
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-delalloc-mballoc/
Dext4-alloc-test.sh63 fsck -p $EXT4_DEV >/dev/null 2>&1
108 fsck -p $EXT4_DEV >/dev/null 2>&1
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-uninit-groups/
Dext4_uninit_groups_test.sh84 fsck -p $EXT4_DEV >/dev/null 2>&1
105 fsck -p $EXT4_DEV >/dev/null 2>&1
/external/e2fsprogs/tests/u_incomplete/
Dscript27 echo $CRCSUM after fsck $crc3 >> $OUT
28 echo fsck result $fsck_res >> $OUT

123456