| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | vmt.c | 102 ret = sprintf(buf, "%lld\n", vol->used_bytes); in vol_attribute_show() 252 vol->used_bytes = in ubi_create_volume() 255 vol->used_ebs = div_u64_rem(vol->used_bytes, in ubi_create_volume() 517 vol->used_bytes = in ubi_resize_volume() 738 if (vol->used_bytes != n) { in self_check_volume() 752 if (vol->used_bytes < 0 || vol->used_bytes > n || in self_check_volume() 753 vol->used_bytes < n - vol->usable_leb_size) { in self_check_volume()
|
| H A D | vtbl.c | 583 vol->used_bytes = 614 vol->used_bytes = 616 vol->used_bytes += av->last_data_size; 633 vol->used_bytes =
|
| H A D | kapi.c | 81 vi->used_bytes = vol->used_bytes; in ubi_do_get_volume_info()
|
| H A D | upd.c | 95 vol->used_bytes = bytes; in clear_update_marker()
|
| H A D | debug.c | 109 printf("\tused_bytes %lld\n", vol->used_bytes); in ubi_dump_vol_info()
|
| H A D | ubi.h | 332 long long used_bytes; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | vmt.c | 89 ret = sprintf(buf, "%lld\n", vol->used_bytes); in vol_attribute_show() 246 vol->used_bytes = in ubi_create_volume() 249 vol->used_ebs = div_u64_rem(vol->used_bytes, in ubi_create_volume() 500 vol->used_bytes = in ubi_resize_volume() 719 if (vol->used_bytes != n) { in self_check_volume() 738 if (vol->used_bytes < 0 || vol->used_bytes > n || in self_check_volume() 739 vol->used_bytes < n - vol->usable_leb_size) { in self_check_volume()
|
| H A D | gluebi.c | 317 mtd->size = vi->used_bytes; in gluebi_create() 408 gluebi->mtd.size = vi->used_bytes; in gluebi_updated() 433 gluebi->mtd.size = vi->used_bytes; in gluebi_resized()
|
| H A D | block.c | 350 u64 size = vi->used_bytes >> 9; in calc_disk_capacity() 352 if (vi->used_bytes % 512) { in calc_disk_capacity() 355 vi->used_bytes - (size << 9)); in calc_disk_capacity() 562 vi->used_bytes); in ubiblock_resize()
|
| H A D | cdev.c | 154 return fixed_size_llseek(file, offset, origin, vol->used_bytes); in vol_cdev_llseek() 192 if (*offp == vol->used_bytes || count == 0) in vol_cdev_read() 198 if (*offp + count > vol->used_bytes) in vol_cdev_read() 199 count_save = count = vol->used_bytes - *offp; in vol_cdev_read() 273 if (*offp + count > vol->used_bytes) in vol_cdev_direct_write() 274 count_save = count = vol->used_bytes - *offp; in vol_cdev_direct_write()
|
| H A D | vtbl.c | 588 vol->used_bytes = in init_volumes() 619 vol->used_bytes = in init_volumes() 621 vol->used_bytes += av->last_data_size; in init_volumes() 638 vol->used_bytes = in init_volumes()
|
| H A D | kapi.c | 73 vi->used_bytes = vol->used_bytes; in ubi_do_get_volume_info()
|
| H A D | upd.c | 88 vol->used_bytes = bytes; in clear_update_marker()
|
| H A D | debug.c | 106 pr_err("\tused_bytes %lld\n", vol->used_bytes); in ubi_dump_vol_info()
|
| H A D | ubi.h | 354 long long used_bytes; member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ubi.c | 350 if (offp == vol->used_bytes) in ubi_volume_read() 354 printf("No size specified -> Using max size (%lld)\n", vol->used_bytes); in ubi_volume_read() 355 size = vol->used_bytes; in ubi_volume_read() 360 if (offp + size > vol->used_bytes) in ubi_volume_read() 361 size = vol->used_bytes - offp; in ubi_volume_read()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | ubi.h | 106 long long used_bytes; member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | ubi.h | 103 long long used_bytes; member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.ubi | 100 UBI: used_bytes 1048064 115 UBI: used_bytes 524032
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btrfs.h | 638 __u64 used_bytes; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | btrfs.h | 600 __u64 used_bytes; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | btrfs.h | 600 __u64 used_bytes; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 1374 RK_U32 used_bytes = gb->used_bits >> 3; in mpp_mpg4_parser_decode() local 1375 mpp_packet_set_pos(pkt, buf + used_bytes); in mpp_mpg4_parser_decode()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | sysfs.c | 570 BTRFS_ATTR(raid, used_bytes, raid_bytes_show); 594 BTRFS_ATTR_PTR(raid, used_bytes),
|
| H A D | ioctl.c | 3506 space->used_bytes = 0; in get_block_group_info() 3511 space->used_bytes += block_group->used; in get_block_group_info() 3631 space.used_bytes = block_rsv->size - block_rsv->reserved; in btrfs_ioctl_space_info()
|