• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/

Lines Matching defs:data

49 				const __u8 *data,
96 const __u8 *data,
278 if (dev->cache[i].data == buffer)
342 __u8 *data = yaffs_get_temp_buffer(dev, __LINE__);
346 result = yaffs_rd_chunk_tags_nand(dev, nand_chunk, data, &tags);
351 if (!yaffs_check_ff(data, dev->data_bytes_per_chunk) || tags.chunk_used) {
357 yaffs_release_temp_buffer(dev, data, __LINE__);
366 const __u8 *data,
375 if(memcmp(buffer,data,dev->data_bytes_per_chunk) ||
387 const __u8 *data,
454 data, tags);
457 writeOk = yaffs_verify_chunk_written(dev, chunk, data, tags);
468 /* Copy the data into the robustification buffer */
469 yaffs_handle_chunk_wr_ok(dev, chunk, data, tags);
539 const __u8 *data,
544 data=data;
1130 * any sub-tree. For level == 0 we just check if the sub-tree has data.
1131 * If there is no data in a subtree then it is pruned.
1882 * If the block has had a data failure, then retire it.
2212 * It's a soft deleted data chunk,
2236 /* Deleted object header with no data chunks.
2247 /* It's either a data chunk in a live file or
2298 /* It's a data chunk */
2746 ("yaffs tragedy:attempt to put data chunk into a non-file"
2862 /* get sane (zero) data if you read a hole */
3233 cache->data,
3475 /* If we can't find the data in the cache, then load it up. */
3485 data);
3494 memcpy(buffer, &cache->data[start], nToCopy);
3600 /* If we can't find the data in the cache, then load the cache */
3611 cache->data);
3626 memcpy(&cache->data[start], buffer,
3638 cache->data, cache->n_bytes,
3682 /* Since we've overwritten the cached data, we better invalidate it. */
3853 if(data_sync) /* Only sync data */
3880 /* First off, invalidate the file's data in the cache, without flushing. */
3898 /* yaffs_del_file deletes the whole file data
3944 /* Use soft deletion if there is data in the file.
3960 /* The file has no data chunks so we toss it immediately */
4926 xmod.data = value;
4949 retval = nval_set(x_buffer, x_size, xmod->name, xmod->data, xmod->size, xmod->flags);
5319 dev->cache[i].data = buf = YMALLOC_DMA(dev->param.total_bytes_per_chunk);
5412 /* Clean up any aborted checkpoint data */
5433 if (dev->cache[i].data)
5434 YFREE(dev->cache[i].data);
5435 dev->cache[i].data = NULL;