Searched refs:packed_tags_size (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_mtdif2.c49 int packed_tags_size = dev->param.no_tags_ecc ? sizeof(pt.t) : sizeof(pt); local
75 ops.ooblen = (dev->param.inband_tags) ? 0 : packed_tags_size;
115 int packed_tags_size = dev->param.no_tags_ecc ? sizeof(pt.t) : sizeof(pt); local
140 ops.ooblen = packed_tags_size;
141 ops.len = data ? dev->data_bytes_per_chunk : packed_tags_size;
174 memcpy(packed_tags_ptr, yaffs_dev_to_lc(dev)->spareBuffer, packed_tags_size);

Completed in 21 milliseconds