Searched refs:postmap (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/driver-api/nvdimm/ |
H A 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/drivers/nvdimm/ |
H A D | btt.c | 157 u32 raw_mapping, postmap, ze, z_flag, e_flag; in btt_map_read() local 174 postmap = ent_lba(raw_mapping); in btt_map_read() 186 *mapping = postmap; in btt_map_read() 190 *mapping = postmap; in btt_map_read() 194 *mapping = postmap; in btt_map_read() 1138 struct arena_info *arena, u32 postmap, int rw) in btt_rw_integrity() argument 1147 meta_nsoff = to_namespace_offset(arena, postmap) + btt->sector_size; in btt_rw_integrity() 1185 struct arena_info *arena, u32 postmap, int rw) in btt_rw_integrity() argument 1198 u32 lane = 0, premap, postmap; in btt_read_pg() local 1211 ret = btt_map_read(arena, premap, &postmap, &t_flag, &e_flag, in btt_read_pg() [all …]
|