Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext3/
Dnamei.c712 struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) in dx_make_map() argument
722 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()
/linux-2.6.39/fs/ext4/
Dnamei.c714 struct dx_map_entry *map_tail) in dx_make_map() argument
723 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()