Searched refs:mapoff (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/adfs/ |
D | map.c | 193 const unsigned int frag_id, unsigned int mapoff) in scan_map() argument 204 result = lookup_zone(dm, idlen, frag_id, &mapoff); in scan_map() 252 unsigned int zone, mapoff; in adfs_map_lookup() local 268 mapoff = signed_asl(offset, -asb->s_map2blk); in adfs_map_lookup() 271 result = scan_map(asb, zone, frag_id, mapoff); in adfs_map_lookup() 278 secoff = offset - signed_asl(mapoff, asb->s_map2blk); in adfs_map_lookup()
|
/linux-4.4.14/drivers/nvdimm/ |
D | btt.h | 70 __le64 mapoff; member 138 u64 mapoff; member
|
D | btt.c | 86 u64 ns_off = arena->mapoff + (lba * MAP_ENT_SIZE); in __btt_map_write() 141 u64 ns_off = arena->mapoff + (lba * MAP_ENT_SIZE); in btt_map_read() 230 debugfs_create_x64("mapoff", S_IRUGO, d, &a->mapoff); in arena_debugfs_init() 392 size_t mapsize = arena->logoff - arena->mapoff; in btt_map_init() 401 ret = arena_write_bytes(arena, arena->mapoff + offset, zerobuf, in btt_map_init() 565 arena->mapoff = arena->dataoff + datasize; in alloc_arena() 566 arena->logoff = arena->mapoff + mapsize; in alloc_arena() 604 arena->mapoff = arena_off + le64_to_cpu(super->mapoff); in parse_arena_meta() 769 super->mapoff = cpu_to_le64(arena->mapoff - arena->infooff); in btt_arena_write_layout()
|