Home
last modified time | relevance | path

Searched refs:used_blocks (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dfastmap.c840 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
844 ai->bad_peb_count - fm->used_blocks) { in ubi_attach_fastmap()
884 int i, used_blocks, pnum, ret = 0; in ubi_scan_fastmap() local
925 used_blocks = be32_to_cpu(fmsb->used_blocks); in ubi_scan_fastmap()
926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
928 used_blocks); in ubi_scan_fastmap()
933 fm_size = ubi->leb_size * used_blocks; in ubi_scan_fastmap()
953 for (i = 0; i < used_blocks; i++) { in ubi_scan_fastmap()
1042 fm->used_blocks = used_blocks; in ubi_scan_fastmap()
1051 for (i = 0; i < used_blocks; i++) { in ubi_scan_fastmap()
[all …]
Dubi-media.h413 __be32 used_blocks; member
Dfastmap-wl.c372 for (i = 0; i < ubi->fm->used_blocks; i++) in ubi_fastmap_close()
Dubi.h237 int used_blocks; member
Dwl.c1621 found_pebs + ubi->fm->used_blocks);
1623 for (i = 0; i < ubi->fm->used_blocks; i++) {
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ext4/ext4_da_update_reserve_space/
Dformat12 field:int used_blocks; offset:24; size:4; signed:1;
19used_blocks %d reserved_data_blocks %d reserved_meta_blocks %d allocated_meta_blocks %d quota_clai…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ext4/ext4_da_update_reserve_space/
Dformat12 field:int used_blocks; offset:32; size:4; signed:1;
19used_blocks %d reserved_data_blocks %d reserved_meta_blocks %d allocated_meta_blocks %d quota_clai…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_da_update_reserve_space/
Dformat12 field:int used_blocks; offset:32; size:4; signed:1;
19used_blocks %d reserved_data_blocks %d reserved_meta_blocks %d allocated_meta_blocks %d quota_clai…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ext4/ext4_da_update_reserve_space/
Dformat14 field:int used_blocks; offset:32; size:4; signed:1;
20used_blocks %d reserved_data_blocks %d reserved_meta_blocks %d allocated_meta_blocks %d quota_clai…
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c479 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
498 int i, used_blocks, pnum, ret = 0; in ubi_scan_fastmap() local
526 used_blocks = be32_to_cpu(fmsb->used_blocks); in ubi_scan_fastmap()
527 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
528 ubi_err("number of fastmap blocks is invalid: %i", used_blocks); in ubi_scan_fastmap()
533 fm_size = ubi->leb_size * used_blocks; in ubi_scan_fastmap()
543 for (i = 0; i < used_blocks; i++) { in ubi_scan_fastmap()
636 fm->used_blocks = used_blocks; in ubi_scan_fastmap()
Dubi-wrapper.h81 int used_blocks; member
/external/perfetto/protos/perfetto/trace/ftrace/
Dext4.proto93 optional int32 used_blocks = 4; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto731 optional int32 used_blocks = 4; field