/external/f2fs-tools/ |
D | Android.bp | 63 "fsck", 100 "fsck/dir.c", 101 "fsck/dict.c", 102 "fsck/mkquota.c", 103 "fsck/quotaio.c", 104 "fsck/quotaio_tree.c", 105 "fsck/quotaio_v2.c", 106 "fsck/node.c", 107 "fsck/segment.c", 108 "fsck/xattr.c", [all …]
|
D | .gitignore | 48 /fsck/fsck.f2fs
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 21 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 …]
|
D | Makefile.am | 5 sbin_PROGRAMS = fsck.f2fs 6 noinst_HEADERS = common.h dict.h dqblk_v2.h f2fs.h fsck.h node.h quotaio.h \ 9 fsck_f2fs_SOURCES = main.c fsck.c dump.c mount.c defrag.c resize.c \ 17 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs 18 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/defrag.f2fs 19 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/resize.f2fs 20 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/sload.f2fs 21 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/f2fslabel
|
D | mkquota.c | 68 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_write_inode() local 70 quota_ctx_t qctx = fsck->qctx; in quota_write_inode() 148 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_init_context() local 178 fsck->qctx = ctx; in quota_init_context() 366 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_compare_and_update() local 367 quota_ctx_t qctx = fsck->qctx; in quota_compare_and_update()
|
D | quotaio.c | 108 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_file_open() local 110 quota_ctx_t qctx = fsck->qctx; in quota_file_open() 199 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in quota_file_close() local 200 quota_ctx_t qctx = fsck->qctx; in quota_file_close()
|
D | mount.c | 2423 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in build_sit_area_bitmap() local 2431 fsck->sit_area_bitmap_sz = sm_i->main_segments * SIT_VBLOCK_MAP_SIZE; in build_sit_area_bitmap() 2432 fsck->sit_area_bitmap = calloc(1, fsck->sit_area_bitmap_sz); in build_sit_area_bitmap() 2433 ASSERT(fsck->sit_area_bitmap); in build_sit_area_bitmap() 2434 ptr = fsck->sit_area_bitmap; in build_sit_area_bitmap() 2436 ASSERT(fsck->sit_area_bitmap_sz == fsck->main_area_bitmap_sz); in build_sit_area_bitmap() 2459 fsck->chk.sit_valid_blocks = sum_vblocks; in build_sit_area_bitmap() 2460 fsck->chk.sit_free_segs = free_segs; in build_sit_area_bitmap() 2469 struct f2fs_fsck *fsck = F2FS_FSCK(sbi); in rewrite_sit_area_bitmap() local 2482 ptr = fsck->main_area_bitmap; in rewrite_sit_area_bitmap() [all …]
|
/external/e2fsprogs/ |
D | e2fsprogs.spec | 33 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/ |
D | v1.17.txt | 4 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
|
D | v1.19.txt | 12 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/ |
D | expect | 6 fsck returns 0 12 fsck returns 0 19 fsck returns 0
|
D | script | 20 echo "fsck returns $?" >> $OUT 29 echo "fsck returns $?" >> $OUT 38 echo "fsck returns $?" >> $OUT
|
/external/f2fs-tools/scripts/ |
D | spo_test.sh | 29 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_meta_csum_and_seed/ |
D | expect | 7 fsck returns 0 13 fsck returns 0
|
D | script | 20 echo "fsck returns $?" >> $OUT 30 echo "fsck returns $?" >> $OUT
|
/external/e2fsprogs/tests/t_disable_csum_seed/ |
D | expect | 7 fsck returns 0 13 fsck returns 0
|
D | script | 20 echo "fsck returns $?" >> $OUT 29 echo "fsck returns $?" >> $OUT
|
/external/e2fsprogs/tests/t_disable_changed_csum_seed/ |
D | expect | 10 fsck returns 0 16 fsck returns 0
|
D | script | 24 echo "fsck returns $?" >> $OUT 33 echo "fsck returns $?" >> $OUT
|
/external/e2fsprogs/tests/t_disable_changed_csum_seed_mounted/ |
D | expect | 10 fsck returns 0 17 fsck returns 0
|
D | script | 24 echo "fsck returns $?" >> $OUT 33 echo "fsck returns $?" >> $OUT
|
/external/e2fsprogs/tests/t_uninit_bg_rm/ |
D | expect | 4 fsck -yf -N test_filesys test.img 15 fsck -yf -N test_filesys test.img
|
D | script | 21 echo fsck $FSCK_OPT -N test_filesys test.img >> $OUT.new 33 echo fsck $FSCK_OPT -N test_filesys test.img >> $OUT.new
|
/external/e2fsprogs/misc/ |
D | Makefile.in | 63 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/u_incomplete/ |
D | script | 27 echo $CRCSUM after fsck $crc3 >> $OUT 28 echo fsck result $fsck_res >> $OUT
|