Home
last modified time | relevance | path

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

/linux/include/uapi/mtd/
H A Dmtd-abi.h147 #define MTD_UBIVOLUME 7 macro
/linux/drivers/mtd/
H A Dmtd_blkdevs.c459 if (mtd->type == MTD_ABSENT || mtd->type == MTD_UBIVOLUME) in blktrans_notify_add()
499 if (mtd->type != MTD_ABSENT && mtd->type != MTD_UBIVOLUME) in register_mtd_blktrans()
H A Dmtdcore.c161 case MTD_UBIVOLUME: in mtd_type_show()
/linux/fs/jffs2/
H A Dos-linux.h133 #define jffs2_ubivol(c) (c->mtd->type == MTD_UBIVOLUME)
/linux/drivers/mtd/ubi/
H A Dgluebi.c297 mtd->type = MTD_UBIVOLUME; in gluebi_create()
H A Dbuild.c885 if (mtd->type == MTD_UBIVOLUME) { in ubi_attach_mtd_dev()