Searched refs:metaonly (Results 1 – 3 of 3) sorted by relevance
174 vol->metaonly) in ubi_open_volume()180 if (vol->metaonly || vol->exclusive) in ubi_open_volume()182 vol->metaonly = 1; in ubi_open_volume()346 vol->metaonly = 0; in ubi_close_volume()
50 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive()56 vol->readers = vol->writers = vol->metaonly = 0; in get_exclusive()76 ubi_assert(vol->readers == 0 && vol->writers == 0 && vol->metaonly == 0); in revoke_exclusive()84 vol->metaonly = 1; in revoke_exclusive()
347 int metaonly; member