Home
last modified time | relevance | path

Searched refs:vol_count (Results 1 – 6 of 6) sorted by relevance

/drivers/mtd/ubi/
Dubi-media.h436 __be32 vol_count; member
Dfastmap.c691 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()
1146 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local
1196 vol_count = 0; in ubi_write_fastmap()
1296 vol_count++; in ubi_write_fastmap()
1326 fmh->vol_count = cpu_to_be32(vol_count); in ubi_write_fastmap()
Dvmt.c261 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()
Dvtbl.c567 ubi->vol_count += 1; in init_volumes()
646 ubi->vol_count += 1; in init_volumes()
Dbuild.c362 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
1033 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
Dubi.h562 int vol_count; member