Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/mtd/
Dmtd-abi.h99 #define MTD_UBIVOLUME 7 macro
/linux-4.4.14/fs/jffs2/
Dos-linux.h132 #define jffs2_ubivol(c) (c->mtd->type == MTD_UBIVOLUME)
/linux-4.4.14/drivers/mtd/ubi/
Dgluebi.c318 mtd->type = MTD_UBIVOLUME; in gluebi_create()
Dbuild.c886 if (mtd->type == MTD_UBIVOLUME) { in ubi_attach_mtd_dev()
/linux-4.4.14/drivers/mtd/
Dmtdcore.c136 case MTD_UBIVOLUME: in mtd_type_show()