Linux Kernel
3.7.1
|
#include <ubi-media.h>
Data Fields | |
__be32 | magic |
__be16 | size |
__be16 | max_size |
__be32 | pebs [UBI_FM_MAX_POOL_SIZE] |
__be32 | padding [4] |
struct ubi_fm_scan_pool - Fastmap pool PEBs to be scanned while attaching : pool magic numer (UBI_FM_POOL_MAGIC) : current pool size : maximal pool size : an array containing the location of all PEBs in this pool
Definition at line 461 of file ubi-media.h.
__be32 magic |
Definition at line 462 of file ubi-media.h.
__be16 max_size |
Definition at line 464 of file ubi-media.h.
__be32 padding[4] |
Definition at line 466 of file ubi-media.h.
__be32 pebs[UBI_FM_MAX_POOL_SIZE] |
Definition at line 465 of file ubi-media.h.
__be16 size |
Definition at line 463 of file ubi-media.h.