Home
last modified time | relevance | path

Searched refs:map_tail (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext3/
Dnamei.c701 struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) in dx_make_map() argument
711 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()
/linux-4.1.27/fs/ext4/
Dnamei.c1176 struct dx_map_entry *map_tail) in dx_make_map() argument
1185 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()