Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dubi-media.h82 UBI_VTBL_AUTORESIZE_FLG = 0x01, enumerator
H A Dvtbl.c558 if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) {
H A Dbuild.c833 ubi->vtbl[vol_id].flags &= ~UBI_VTBL_AUTORESIZE_FLG; in autoresize()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dubi-media.h83 UBI_VTBL_AUTORESIZE_FLG = 0x01, enumerator
H A Dvtbl.c553 if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) { in init_volumes()
H A Dbuild.c774 ubi->vtbl[vol_id].flags &= ~UBI_VTBL_AUTORESIZE_FLG; in autoresize()