Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dvmt.c102 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 Dvtbl.c583 vol->used_bytes =
614 vol->used_bytes =
616 vol->used_bytes += av->last_data_size;
633 vol->used_bytes =
H A Dkapi.c81 vi->used_bytes = vol->used_bytes; in ubi_do_get_volume_info()
H A Dupd.c95 vol->used_bytes = bytes; in clear_update_marker()
H A Ddebug.c109 printf("\tused_bytes %lld\n", vol->used_bytes); in ubi_dump_vol_info()
H A Dubi.h332 long long used_bytes; member
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dvmt.c89 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 Dgluebi.c317 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 Dblock.c350 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 Dcdev.c154 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 Dvtbl.c588 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 Dkapi.c73 vi->used_bytes = vol->used_bytes; in ubi_do_get_volume_info()
H A Dupd.c88 vol->used_bytes = bytes; in clear_update_marker()
H A Ddebug.c106 pr_err("\tused_bytes %lld\n", vol->used_bytes); in ubi_dump_vol_info()
H A Dubi.h354 long long used_bytes; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c350 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 Dubi.h106 long long used_bytes; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dubi.h103 long long used_bytes; member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ubi100 UBI: used_bytes 1048064
115 UBI: used_bytes 524032
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs.h638 __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 Dbtrfs.h600 __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 Dbtrfs.h600 __u64 used_bytes; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1374 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 Dsysfs.c570 BTRFS_ATTR(raid, used_bytes, raid_bytes_show);
594 BTRFS_ATTR_PTR(raid, used_bytes),
H A Dioctl.c3506 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()