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

  /external/e2fsprogs/e2fsck/
Android.mk 56 pass1b.c \
Makefile.in 64 OBJS= dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o pass3.o pass4.o \
70 profiled/super.o profiled/pass1.o profiled/pass1b.o \
83 $(srcdir)/pass1b.c \
265 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);
227 pass1b(ctx, block_buf);
250 static void pass1b(e2fsck_t ctx, char *block_buf) function
273 pctx.str = "pass1b";

Completed in 145 milliseconds