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

  /external/e2fsprogs/e2fsck/
Android.mk 76 pass1b.c \
Makefile.in 64 OBJS= crc32.o dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o \
70 profiled/super.o profiled/pass1.o profiled/pass1b.o \
85 $(srcdir)/pass1b.c \
301 pass1b.o: $(srcdir)/pass1b.c $(top_srcdir)/lib/et/com_err.h \
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
94 static void pass1b(e2fsck_t ctx, char *block_buf);
233 pass1b(ctx, block_buf);
264 static void pass1b(e2fsck_t ctx, char *block_buf) function
287 pctx.str = "pass1b";

Completed in 50 milliseconds