Home
last modified time | relevance | path

Searched refs:used_bytes (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/mtd/ubi/
A Dvmt.c103 ret = sprintf(buf, "%lld\n", vol->used_bytes); in vol_attribute_show()
256 vol->used_bytes = in ubi_create_volume()
259 vol->used_ebs = div_u64_rem(vol->used_bytes, in ubi_create_volume()
525 vol->used_bytes = in ubi_resize_volume()
746 if (vol->used_bytes != n) { in self_check_volume()
765 if (vol->used_bytes < 0 || vol->used_bytes > n || in self_check_volume()
766 vol->used_bytes < n - vol->usable_leb_size) { in self_check_volume()
A Dvtbl.c589 vol->used_bytes =
620 vol->used_bytes =
622 vol->used_bytes += av->last_data_size;
639 vol->used_bytes =
A Dkapi.c81 vi->used_bytes = vol->used_bytes; in ubi_do_get_volume_info()
A Dupd.c96 vol->used_bytes = bytes; in clear_update_marker()
A Ddebug.c110 printf("\tused_bytes %lld\n", vol->used_bytes); in ubi_dump_vol_info()
A Dubi.h334 long long used_bytes; member
/u-boot/cmd/
A Dubi.c444 if (offp == vol->used_bytes) in ubi_volume_read()
448 printf("No size specified -> Using max size (%lld)\n", vol->used_bytes); in ubi_volume_read()
449 size = vol->used_bytes; in ubi_volume_read()
456 if (offp + size > vol->used_bytes) in ubi_volume_read()
457 size = vol->used_bytes - offp; in ubi_volume_read()
/u-boot/include/linux/mtd/
A Dubi.h105 long long used_bytes; member
/u-boot/doc/
A DREADME.ubi100 UBI: used_bytes 1048064
115 UBI: used_bytes 524032

Completed in 51 milliseconds