Searched refs:old_postmap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt.c | 1316 u32 premap = 0, old_postmap, new_postmap, lane = 0, i; in btt_write_pg() local 1377 ret = btt_map_read(arena, premap, &old_postmap, NULL, &e_flag, in btt_write_pg() 1381 if (old_postmap >= arena->internal_nlba) { in btt_write_pg() 1386 set_e_flag(old_postmap); in btt_write_pg() 1389 log.old_map = cpu_to_le32(old_postmap); in btt_write_pg()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt.c | 1314 u32 premap = 0, old_postmap, new_postmap, lane = 0, i; in btt_write_pg() local 1375 ret = btt_map_read(arena, premap, &old_postmap, NULL, &e_flag, in btt_write_pg() 1379 if (old_postmap >= arena->internal_nlba) { in btt_write_pg() 1384 set_e_flag(old_postmap); in btt_write_pg() 1387 log.old_map = cpu_to_le32(old_postmap); in btt_write_pg()
|
Completed in 8 milliseconds