HomeSort by relevance Sort by last modified time
    Searched refs:pass1b (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/e2fsck/
Android.mk 77 pass1b.c \
pass1b.c 2 * pass1b.c --- Pass #1b of e2fsck
4 * This file contains pass1B, pass1C, and pass1D of e2fsck. They are
8 * Pass1B scans the data blocks of all the inodes again, generating a
95 static void pass1b(e2fsck_t ctx, char *block_buf);
236 pass1b(ctx, block_buf);
268 static void pass1b(e2fsck_t ctx, char *block_buf) function
291 pctx.str = "pass1b";
Makefile.in 68 OBJS= crc32.o dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o \
75 profiled/super.o profiled/pass1.o profiled/pass1b.o \
91 $(srcdir)/pass1b.c \
338 pass1b.o: $(srcdir)/pass1b.c $(top_builddir)/lib/config.h \

Completed in 35 milliseconds