Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dkapi.c173 vol->metaonly) in ubi_open_volume()
179 if (vol->metaonly || vol->exclusive) in ubi_open_volume()
181 vol->metaonly = 1; in ubi_open_volume()
345 vol->metaonly = 0; in ubi_close_volume()
H A Dcdev.c50 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()
H A Dubi.h347 int metaonly; member
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dkapi.c181 vol->metaonly) in ubi_open_volume()
187 if (vol->metaonly || vol->exclusive) in ubi_open_volume()
189 vol->metaonly = 1; in ubi_open_volume()
352 vol->metaonly = 0; in ubi_close_volume()
H A Dubi.h321 int metaonly; member