Searched refs:max_serial (Results 1 – 3 of 3) sorted by relevance
268 ebhdr->u.nand_hdr.serial = htole64(++(*ebh->max_serial)); in nand_write_eb_hdr() 1373 uint64_t max_serial; in nand_process_eb() local 1413 max_serial = le64toh(ebhdr->u.nand_hdr.serial); in nand_process_eb() 1414 if (max_serial > *ebh->max_serial) { in nand_process_eb() 1415 *ebh->max_serial = max_serial; in nand_process_eb() 1643 ebh->max_serial = NULL; in ebh_open() 1661 ebh->max_serial = kmem_alloc(sizeof(uint64_t), KM_SLEEP); in ebh_open() 1663 *ebh->max_serial in ebh_open() [all...]
265 * @max_serial: max serial number of eraseblocks, only used on NAND276 uint64_t *max_serial; member
58 static uint64_t max_serial = 0; variable144 ebhdr.u.nand_hdr.serial = htole64(++(max_serial)); in write_eb_header()