metaonly 50 drivers/mtd/ubi/cdev.c users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; metaonly 56 drivers/mtd/ubi/cdev.c vol->readers = vol->writers = vol->metaonly = 0; metaonly 76 drivers/mtd/ubi/cdev.c ubi_assert(vol->readers == 0 && vol->writers == 0 && vol->metaonly == 0); metaonly 84 drivers/mtd/ubi/cdev.c vol->metaonly = 1; metaonly 173 drivers/mtd/ubi/kapi.c vol->metaonly) metaonly 179 drivers/mtd/ubi/kapi.c if (vol->metaonly || vol->exclusive) metaonly 181 drivers/mtd/ubi/kapi.c vol->metaonly = 1; metaonly 345 drivers/mtd/ubi/kapi.c vol->metaonly = 0; metaonly 347 drivers/mtd/ubi/ubi.h int metaonly;