Lines Matching full:fmap
27 #include "fmap.h"40 struct fmap *fmap;72 dev->fmap = NULL;92 if (dev->fmap)93 free(dev->fmap);128 struct fmap *flash_get_fmap(struct flash_device *dev)130 if (!dev->fmap) {133 dev->fmap = fmap_load(dev, off);136 if (!dev->fmap)137 ALOGW("No FMAP found\n");139 return dev->fmap;