Searched refs:vh (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/mtd/ubispl/ |
A D | ubispl.c | 247 res = ubi_io_read(ubi, vh, pnum, ubi->vid_offset, sizeof(*vh)); in ubi_io_read_vid_hdr() 254 vh->magic = 0; in ubi_io_read_vid_hdr() 283 struct ubi_vid_hdr *vh, in ubi_rescan_fm_vid_hdr() argument 300 be32_to_cpu(vh->vol_id), in ubi_rescan_fm_vid_hdr() 361 be64_to_cpu(vh->sqnum)); in ubi_add_peb_to_vol() 421 struct ubi_vid_hdr *vh; in assign_aeb_to_av() local 436 vh = ubi->blockinfo + pnum; in assign_aeb_to_av() 443 struct ubi_vid_hdr *vh; in scan_pool() local 690 struct ubi_vid_hdr *vh; in ubi_scan_fastmap() local 735 vh = &ubi->fm_vh; in ubi_scan_fastmap() [all …]
|
/u-boot/drivers/mtd/ubi/ |
A D | fastmap.c | 468 struct ubi_vid_hdr *vh; in scan_pool() local 478 if (!vh) { in scan_pool() 571 ubi_free_vid_hdr(ubi, vh); in scan_pool() 886 struct ubi_vid_hdr *vh; in ubi_scan_fastmap() local 953 if (!vh) { in ubi_scan_fastmap() 1003 be32_to_cpu(vh->vol_id), in ubi_scan_fastmap() 1011 be32_to_cpu(vh->vol_id), in ubi_scan_fastmap() 1082 ubi_free_vid_hdr(ubi, vh); in ubi_scan_fastmap() 1091 ubi_free_vid_hdr(ubi, vh); in ubi_scan_fastmap() 1435 if (!vh) in invalidate_fastmap() [all …]
|
A D | attach.c | 328 struct ubi_vid_hdr *vh = NULL; in ubi_compare_lebs() local 371 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in ubi_compare_lebs() 372 if (!vh) in ubi_compare_lebs() 376 err = ubi_io_read_vid_hdr(ubi, pnum, vh, 0); in ubi_compare_lebs() 390 vid_hdr = vh; in ubi_compare_lebs() 416 ubi_free_vid_hdr(ubi, vh); in ubi_compare_lebs() 428 ubi_free_vid_hdr(ubi, vh); in ubi_compare_lebs()
|
Completed in 9 milliseconds