Searched refs:chunkDeleted (Results 1 - 6 of 6) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_packedtags1.c11 pt->deleted = (t->chunkDeleted) ? 0 : 1;
33 t->chunkDeleted = (pt->deleted) ? 0 : 1;
H A Dyaffs_packedtags2.c61 t->chunkId, t->byteCount, t->chunkDeleted, t->serialNumber,
156 t->chunkDeleted = 0;
H A Dyaffs_tagscompat.c414 if (eTags->chunkDeleted) {
458 eTags->chunkDeleted = deleted;
H A Dyaffs_checkptrw.c190 tags.chunkDeleted = 0;
H A Dyaffs_guts.h182 unsigned chunkDeleted; /* The chunk is marked deleted */ member in struct:__anon34320
H A Dyaffs_guts.c2601 tags->objectId == objectId && !tags->chunkDeleted) ? 1 : 0;
2689 int chunkDeleted; local
2715 &chunkDeleted);
2717 (tags, in->objectId, chunk, chunkDeleted)) {
2902 tags.chunkDeleted = 1;
4797 if (!dev->isYaffs2 && tags.chunkDeleted) {

Completed in 82 milliseconds