Linux Kernel
3.7.1
|
#include <ubi.h>
struct ubi_attach_info - MTD device attaching information. : root of the volume RB-tree : list of corrupted physical eraseblocks : list of free physical eraseblocks : list of physical eraseblocks which have to be erased : list of physical eraseblocks which should not be used by UBI (e.g., those belonging to "preserve"-compatible internal volumes) : count of PEBs in the list : count of PEBs which are presumably empty (contain only 0xFF bytes) : count of PEBs in the list : count of bad physical eraseblocks : count of bad physical eraseblocks which are not marked as bad yet, but which look like bad : number of volumes found : highest volume ID : flag indicating whether the MTD device is empty or not : lowest erase counter value : highest erase counter value : highest sequence number value : mean erase counter value : a temporary variable used when calculating : a temporary variable used when calculating : slab cache for &struct ubi_ainf_peb objects
This data structure contains the result of attaching an MTD device and may be used by other UBI sub-systems to build final UBI data structures, further error-recovery and so on.
struct kmem_cache* aeb_slab_cache |