Lines Matching defs:data

50 				     const __u8 * data,
255 if( dev->srCache[i].data == buffer )
368 __u8 *data = yaffs_GetTempBuffer(dev, __LINE__);
372 result = yaffs_ReadChunkWithTagsFromNAND(dev, chunkInNAND, data, &tags);
378 if (!yaffs_CheckFF(data, dev->nDataBytesPerChunk) || tags.chunkUsed) {
384 yaffs_ReleaseTempBuffer(dev, data, __LINE__);
391 const __u8 * data,
449 data, tags);
456 * Copy the data into the robustification buffer.
460 yaffs_HandleWriteChunkOk(dev, chunk, data, tags);
504 const __u8 * data,
2139 * If the block has had a data failure, then retire it.
2406 * It's a soft deleted data chunk,
2423 /* Deleted object header with no data chunks.
2434 /* It's either a data chunk in a live file or
2473 /* It's a data chunk */
2758 ("yaffs tragedy:attempt to put data chunk into a non-file"
2871 /* get sane (zero) data if you read a hole */
3206 cache->data,
3919 /* If we can't find the data in the cache, then load it up. */
3929 data);
3940 memcpy(buffer, &cache->data[start], nToCopy);
4057 /* If we can't find the data in the cache, then load the cache */
4070 data);
4088 memcpy(&cache->data[start], buffer,
4102 cache->data, cache->nBytes,
4167 /* Since we've overwritten the cached data, we better invalidate it. */
4343 /* First off, invalidate the file's data in the cache, without flushing. */
4361 /* yaffs_DeleteFile deletes the whole file data
4411 /* Use soft deletion if there is data in the file */
4422 /* The file has no data chunks so we toss it immediately */
4759 /* Now scan the blocks looking at the data. */
4842 /* chunkId > 0 so it is a data chunk... */
4852 /* PutChunkIntoFile checks for a clash (two data chunks with
4873 /* T((" %d %d data %d %d\n",blk,c,tags.objectId,tags.chunkId)); */
5332 /* Now scan the blocks looking at the data. */
5421 /* chunkId > 0 so it is a data chunk... */
5443 /* File size is calculated by looking at the data chunks if we have not
5497 * living with invalid data until needed.
5719 * than where the data is
5721 * than its current data extents.
6439 dev->srCache[i].data = YMALLOC_DMA(dev->nDataBytesPerChunk);
6510 YFREE(dev->srCache[i].data);