Searched refs:vol_count (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | ubi-media.h | 438 __be32 vol_count; member
|
| H A D | fastmap.c | 741 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap() 1118 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local 1165 vol_count = 0; in ubi_write_fastmap() 1265 vol_count++; in ubi_write_fastmap() 1291 fmh->vol_count = cpu_to_be32(vol_count); in ubi_write_fastmap()
|
| H A D | vtbl.c | 572 ubi->vol_count += 1; 641 ubi->vol_count += 1;
|
| H A D | vmt.c | 307 ubi->vol_count += 1; in ubi_create_volume() 399 ubi->vol_count -= 1; in ubi_remove_volume()
|
| H A D | build.c | 399 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show() 1046 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
|
| H A D | ubi.h | 535 int vol_count; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | ubi-media.h | 436 __be32 vol_count; member
|
| H A D | fastmap.c | 692 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap() 1148 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local 1198 vol_count = 0; in ubi_write_fastmap() 1298 vol_count++; in ubi_write_fastmap() 1328 fmh->vol_count = cpu_to_be32(vol_count); in ubi_write_fastmap()
|
| H A D | vmt.c | 261 ubi->vol_count += 1; in ubi_create_volume() 310 ubi->vol_count -= 1; in ubi_create_volume() 377 ubi->vol_count -= 1; in ubi_remove_volume()
|
| H A D | vtbl.c | 567 ubi->vol_count += 1; in init_volumes() 646 ubi->vol_count += 1; in init_volumes()
|
| H A D | build.c | 361 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show() 1006 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
|
| H A D | ubi.h | 564 int vol_count; member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ubi.c | 82 ubi->vol_count - UBI_INT_VOL_COUNT); in display_ubi_info() 254 ubi->vol_count -= 1; in ubi_remove_vol()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/ |
| H A D | ubispl.c | 394 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()
|