Home
last modified time | relevance | path

Searched refs:rsvd_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dubi.c286 int rsvd_bytes = 0; in ubi_volume_begin_write() local
293 rsvd_bytes = vol->reserved_pebs * (ubi->leb_size - vol->data_pad); in ubi_volume_begin_write()
294 if (size > rsvd_bytes) { in ubi_volume_begin_write()
/openbmc/linux/drivers/mtd/ubi/
H A Dcdev.c391 int64_t bytes, rsvd_bytes; in vol_cdev_ioctl() local
409 rsvd_bytes = (long long)vol->reserved_pebs * in vol_cdev_ioctl()
411 if (bytes < 0 || bytes > rsvd_bytes) { in vol_cdev_ioctl()