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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c2108 int matchingChunk; local
2186 matchingChunk = object->hdr_chunk;
2188 matchingChunk = oldChunk; /* Defeat the test */
2190 matchingChunk = yaffs_find_chunk_in_file(object, tags.chunk_id, NULL);
2192 if (oldChunk != matchingChunk)
2195 oldChunk, matchingChunk, tags.obj_id, tags.chunk_id));

Completed in 88 milliseconds