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

  /external/e2fsprogs/e2fsck/
ea_refcount.c 2 * ea_refcount.c
31 struct ea_refcount { struct
54 retval = ext2fs_get_mem(sizeof(struct ea_refcount), &refcount);
57 memset(refcount, 0, sizeof(struct ea_refcount));
Android.mk 92 ea_refcount.c \
Makefile.in 67 revoke.o ea_refcount.o rehash.o profile.o prof_err.o $(MTRACE_OBJ)
76 profiled/ea_refcount.o profiled/rehash.o profiled/profile.o \
101 $(srcdir)/ea_refcount.c \
147 tst_refcount: ea_refcount.c $(DEPLIBCOM_ERR)
149 $(Q) $(CC) -o tst_refcount $(srcdir)/ea_refcount.c \
417 ea_refcount.o: $(srcdir)/ea_refcount.c $(srcdir)/e2fsck.h \
e2fsck.h 197 typedef struct ea_refcount *ext2_refcount_t;
416 /* ea_refcount.c */

Completed in 57 milliseconds