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

  /external/e2fsprogs/e2fsck/
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
96 static void pass1b(e2fsck_t ctx, char *block_buf);
237 pass1b(ctx, block_buf);
270 static void pass1b(e2fsck_t ctx, char *block_buf) function
294 pctx.str = "pass1b";
Makefile.in 61 OBJS= unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o \
69 profiled/super.o profiled/pass1.o profiled/pass1b.o \
82 $(srcdir)/pass1b.c \
296 pass1b.o: $(srcdir)/pass1b.c $(top_builddir)/lib/config.h \

Completed in 85 milliseconds