Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds