Searched refs:sqnum (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.c260 unsigned long long sqnum2 = ubi64_to_cpu(vid_hdr->sqnum);
262 if (seb->sqnum == 0 && sqnum2 == 0) {
279 second_is_newer = sqnum2 > seb->sqnum;
384 unsigned long long sqnum; local
391 sqnum = ubi64_to_cpu(vid_hdr->sqnum);
394 dbg_bld("PEB %d, LEB %d:%d, EC %d, sqnum %llu, ver %u, bitflips %d",
395 pnum, vol_id, lnum, ec, sqnum, leb_ver, bitflips);
424 dbg_bld("this LEB already exists: PEB %d, sqnum %llu, "
425 "LEB ver %u, EC %d", seb->pnum, seb->sqnum,
[all...]
H A Dscan.h33 * @sqnum: sequence number
47 unsigned long long sqnum; member in struct:ubi_scan_leb
H A Deba.c82 unsigned long long sqnum; local
85 sqnum = ubi->global_sqnum++;
88 return sqnum;
513 vid_hdr->sqnum = cpu_to_ubi64(next_sqnum(ubi));
629 vid_hdr->sqnum = cpu_to_ubi64(next_sqnum(ubi));
687 vid_hdr->sqnum = cpu_to_ubi64(next_sqnum(ubi));
743 vid_hdr->sqnum = cpu_to_ubi64(next_sqnum(ubi));
808 vid_hdr->sqnum = cpu_to_ubi64(next_sqnum(ubi));
849 vid_hdr->sqnum = cpu_to_ubi64(next_sqnum(ubi));
919 vid_hdr->sqnum
[all...]
H A Ddebug.c66 dbg_msg("sqnum %llu",
67 (unsigned long long)ubi64_to_cpu(vid_hdr->sqnum));
165 dbg_msg("sqnum %llu", seb->sqnum);
H A Dvtbl.c296 vid_hdr->sqnum = cpu_to_ubi64(++si->max_sqnum);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/mtd/
H A Dubi-header.h170 * @sqnum: sequence number
174 * The @sqnum is the value of the global sequence counter at the time when this
178 * unsigned 64-bit integer and we assume it never overflows. The @sqnum
199 * select one of them when the flash is attached. The @sqnum field says which
200 * PEB is the original (obviously P will have lower @sqnum) and the copy. But
219 * Note, there is an obsolete @leb_ver field which was used instead of @sqnum
278 ubi64_t sqnum; member in struct:ubi_vid_hdr

Completed in 60 milliseconds