Searched refs:UBI_VTBL_AUTORESIZE_FLG (Results 1 – 3 of 3) sorted by relevance
47 * @UBI_VTBL_AUTORESIZE_FLG: auto-resize this volume54 * %UBI_VTBL_AUTORESIZE_FLG flag can be set only for one volume in the volume61 * the %UBI_VTBL_AUTORESIZE_FLG flag set, the amount of available logical63 * reserved for this volume. Note, the %UBI_VTBL_AUTORESIZE_FLG bit is cleared83 UBI_VTBL_AUTORESIZE_FLG = 0x01, enumerator 327 * @flags: volume flags (%UBI_VTBL_AUTORESIZE_FLG)
553 if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) { in init_volumes()
775 * This function re-sizes the volume marked by the %UBI_VTBL_AUTORESIZE_FLG in796 ubi->vtbl[vol_id].flags &= ~UBI_VTBL_AUTORESIZE_FLG; in autoresize()