Searched refs:yaffs_BlockIndex (Results 1 – 1 of 1) sorted by relevance
4596 } yaffs_BlockIndex; typedef4634 register int aseq = ((yaffs_BlockIndex *)a)->seq; in ybicmp()4635 register int bseq = ((yaffs_BlockIndex *)b)->seq; in ybicmp()4636 register int ablock = ((yaffs_BlockIndex *)a)->block; in ybicmp()4637 register int bblock = ((yaffs_BlockIndex *)b)->block; in ybicmp()4670 yaffs_BlockIndex *blockIndex = NULL; in yaffs_Scan()4689 blockIndex = YMALLOC(nBlocks * sizeof(yaffs_BlockIndex)); in yaffs_Scan()4746 yaffs_BlockIndex temp; in yaffs_Scan()5208 yaffs_BlockIndex *blockIndex = NULL; in yaffs_ScanBackwards()5225 blockIndex = YMALLOC(nBlocks * sizeof(yaffs_BlockIndex)); in yaffs_ScanBackwards()[all …]