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

/linux-master/drivers/mtd/ubi/
H A Dkapi.c174 vol->metaonly)
180 if (vol->metaonly || vol->exclusive)
182 vol->metaonly = 1;
366 vol->metaonly = 0;
H A Dcdev.c50 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly;
56 vol->readers = vol->writers = vol->metaonly = 0;
76 ubi_assert(vol->readers == 0 && vol->writers == 0 && vol->metaonly == 0);
84 vol->metaonly = 1;
H A Dubi.h284 * @metaonly: whether somebody is altering only meta data of this volume
339 int metaonly; member in struct:ubi_volume
448 * @vol->metaonly, @vol->ref_count, @vol->mapping and

Completed in 131 milliseconds