Searched refs:map_tail (Results 1 – 2 of 2) sorted by relevance
712 struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) in dx_make_map() argument722 map_tail--; in dx_make_map()723 map_tail->hash = h.hash; in dx_make_map()724 map_tail->offs = (u16) ((char *) de - base); in dx_make_map()725 map_tail->size = le16_to_cpu(de->rec_len); in dx_make_map()
714 struct dx_map_entry *map_tail) in dx_make_map() argument723 map_tail--; in dx_make_map()724 map_tail->hash = h.hash; in dx_make_map()725 map_tail->offs = ((char *) de - base)>>2; in dx_make_map()726 map_tail->size = le16_to_cpu(de->rec_len); in dx_make_map()