Home
last modified time | relevance | path

Searched refs:UBI_IOCVOLUP (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/mtd/
H A Dubi-user.h177 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) macro
/openbmc/linux/include/uapi/mtd/
H A Dubi-user.h196 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) macro
/openbmc/linux/drivers/mtd/ubi/
H A Dcdev.c389 case UBI_IOCVOLUP: in vol_cdev_ioctl()
/openbmc/u-boot/tools/env/
H A Dfw_env.c280 if (ioctl(fd, UBI_IOCVOLUP, &bytes)) in ubi_update_start()