Searched refs:postmap (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/Documentation/driver-api/nvdimm/ |
D | btt.rst | 94 1 1 Normal Block – has valid postmap 97 29 - 0 Mappings to internal 'postmap' blocks 120 'X' (256G) points to block 'Y', say '64'. Thus the postmap ABA is 64. 133 old_map The old postmap ABA - after 'this' write completes, this will be a 135 new_map The new postmap ABA. The map will up updated to reflect this 142 old_map' alternate old postmap entry 143 new_map' alternate new postmap entry 177 the map for that external LBA to point to its new postmap ABA. At this point the 178 internal, postmap block that the reader is (still) reading has been inserted 184 into rtt[lane_number], the postmap ABA it is reading, and clears it after the [all …]
|
/linux-6.1.9/drivers/nvdimm/ |
D | btt.c | 155 u32 raw_mapping, postmap, ze, z_flag, e_flag; in btt_map_read() local 172 postmap = ent_lba(raw_mapping); in btt_map_read() 184 *mapping = postmap; in btt_map_read() 188 *mapping = postmap; in btt_map_read() 192 *mapping = postmap; in btt_map_read() 1142 struct arena_info *arena, u32 postmap, int rw) in btt_rw_integrity() argument 1151 meta_nsoff = to_namespace_offset(arena, postmap) + btt->sector_size; in btt_rw_integrity() 1189 struct arena_info *arena, u32 postmap, int rw) in btt_rw_integrity() argument 1202 u32 lane = 0, premap, postmap; in btt_read_pg() local 1215 ret = btt_map_read(arena, premap, &postmap, &t_flag, &e_flag, in btt_read_pg() [all …]
|