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

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c4596 } yaffs_BlockIndex; typedef in typeref:struct:__anon34314
4634 register int aseq = ((yaffs_BlockIndex *)a)->seq;
4635 register int bseq = ((yaffs_BlockIndex *)b)->seq;
4636 register int ablock = ((yaffs_BlockIndex *)a)->block;
4637 register int bblock = ((yaffs_BlockIndex *)b)->block;
4670 yaffs_BlockIndex *blockIndex = NULL;
4689 blockIndex = YMALLOC(nBlocks * sizeof(yaffs_BlockIndex));
4746 yaffs_BlockIndex temp;
5208 yaffs_BlockIndex *blockIndex = NULL;
5225 blockIndex = YMALLOC(nBlocks * sizeof(yaffs_BlockIndex));
[all...]

Completed in 166 milliseconds