Searched refs:yaffs_GetChunkGroupBase (Results 1 – 1 of 1) sorted by relevance
/external/yaffs2/yaffs2/ |
D | yaffs_guts.c | 791 __u32 yaffs_GetChunkGroupBase(yaffs_Device *dev, yaffs_Tnode *tn, unsigned pos) in yaffs_GetChunkGroupBase() function 1062 theChunk = yaffs_GetChunkGroupBase(dev,tn,i); in yaffs_DeleteWorker() 1161 theChunk = yaffs_GetChunkGroupBase(dev,tn,i); in yaffs_SoftDeleteWorker() 2627 theChunk = yaffs_GetChunkGroupBase(dev,tn,chunkInInode); in yaffs_FindChunkInFile() 2656 theChunk = yaffs_GetChunkGroupBase(dev,tn,chunkInInode); in yaffs_FindAndDeleteChunkInFile() 2707 theChunk = yaffs_GetChunkGroupBase(dev,tn,chunk); in yaffs_CheckFileSanity() 2775 existingChunk = yaffs_GetChunkGroupBase(dev,tn,chunkInInode); in yaffs_PutChunkIntoFile()
|