Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dubi-media.h47 * @UBI_VTBL_AUTORESIZE_FLG: auto-resize this volume
54 * %UBI_VTBL_AUTORESIZE_FLG flag can be set only for one volume in the volume
61 * the %UBI_VTBL_AUTORESIZE_FLG flag set, the amount of available logical
63 * reserved for this volume. Note, the %UBI_VTBL_AUTORESIZE_FLG bit is cleared
83 UBI_VTBL_AUTORESIZE_FLG = 0x01, enumerator
327 * @flags: volume flags (%UBI_VTBL_AUTORESIZE_FLG)
H A Dvtbl.c553 if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) { in init_volumes()
H A Dbuild.c775 * This function re-sizes the volume marked by the %UBI_VTBL_AUTORESIZE_FLG in
796 ubi->vtbl[vol_id].flags &= ~UBI_VTBL_AUTORESIZE_FLG; in autoresize()