Searched refs:map_tail (Results 1 – 2 of 2) sorted by relevance
701 struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) in dx_make_map() argument711 map_tail--; in dx_make_map()712 map_tail->hash = h.hash; in dx_make_map()713 map_tail->offs = (u16) ((char *) de - base); in dx_make_map()714 map_tail->size = le16_to_cpu(de->rec_len); in dx_make_map()
1176 struct dx_map_entry *map_tail) in dx_make_map() argument1185 map_tail--; in dx_make_map()1186 map_tail->hash = h.hash; in dx_make_map()1187 map_tail->offs = ((char *) de - base)>>2; in dx_make_map()1188 map_tail->size = le16_to_cpu(de->rec_len); in dx_make_map()