Home
last modified time | relevance | path

Searched refs:metaonly (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mtd/ubi/
Dkapi.c186 vol->metaonly) in ubi_open_volume()
192 if (vol->metaonly || vol->exclusive) in ubi_open_volume()
194 vol->metaonly = 1; in ubi_open_volume()
355 vol->metaonly = 0; in ubi_close_volume()
Dcdev.c63 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive()
69 vol->readers = vol->writers = vol->metaonly = 0; in get_exclusive()
89 ubi_assert(vol->readers == 0 && vol->writers == 0 && vol->metaonly == 0); in revoke_exclusive()
97 vol->metaonly = 1; in revoke_exclusive()
Dubi.h324 int metaonly; member