Home
last modified time | relevance | path

Searched refs:yaffs_AllocateChunk (Results 1 – 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/
Dyaffs_guts.c97 static int yaffs_AllocateChunk(yaffs_Device * dev, int useReserve, yaffs_BlockInfo **blockUsedPtr);
405 chunk = yaffs_AllocateChunk(dev, useReserve,&bi); in yaffs_WriteNewChunkWithTagsToNAND()
2254 static int yaffs_AllocateChunk(yaffs_Device * dev, int useReserve, yaffs_BlockInfo **blockUsedPtr) in yaffs_AllocateChunk() function