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

  /external/yaffs2/yaffs2/
yaffs_packedtags1.c 11 pt->deleted = (t->chunkDeleted) ? 0 : 1;
33 t->chunkDeleted = (pt->deleted) ? 0 : 1;
yaffs_packedtags2.c 61 t->chunkId, t->byteCount, t->chunkDeleted, t->serialNumber,
156 t->chunkDeleted = 0;
yaffs_tagscompat.c 414 if (eTags->chunkDeleted) {
458 eTags->chunkDeleted = deleted;
yaffs_checkptrw.c 190 tags.chunkDeleted = 0;
yaffs_guts.h 182 unsigned chunkDeleted; /* The chunk is marked deleted */
yaffs_guts.c     [all...]

Completed in 1638 milliseconds