rsvd_bytes        391 drivers/mtd/ubi/cdev.c 		int64_t bytes, rsvd_bytes;
rsvd_bytes        409 drivers/mtd/ubi/cdev.c 		rsvd_bytes = (long long)vol->reserved_pebs *
rsvd_bytes        411 drivers/mtd/ubi/cdev.c 		if (bytes < 0 || bytes > rsvd_bytes) {