Home
last modified time | relevance | path

Searched defs:yaffs_param (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h515 struct yaffs_param { struct
516 const YCHAR *name;
524 int inband_tags; /* Use unband tags */
525 u32 total_bytes_per_chunk; /* Should be >= 512, does not need to
527 int chunks_per_block; /* does not need to be a power of 2 */
528 int spare_bytes_per_chunk; /* spare area size */
529 int start_block; /* Start block we're allowed to use */
530 int end_block; /* End block we're allowed to use */
531 int n_reserved_blocks; /* Tuneable so that we can reduce
534 int n_caches; /* If <= 0, then short op caching is disabled,
[all …]