Searched refs:dx_map_entry (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | namei.c | 128 struct dx_map_entry struct 152 struct dx_hash_info *hinfo, struct dx_map_entry map[]); argument 153 static void dx_sort_map(struct dx_map_entry *map, unsigned count); 155 struct dx_map_entry *offsets, int count); 701 struct dx_hash_info *hinfo, struct dx_map_entry *map_tail) in dx_make_map() 725 static void dx_sort_map (struct dx_map_entry *map, unsigned count) in dx_sort_map() 727 struct dx_map_entry *p, *q, *top = map + count - 1; in dx_sort_map() 1090 dx_move_dirents(char *from, char *to, struct dx_map_entry *map, int count) in dx_move_dirents() 1147 struct dx_map_entry *map; in do_split() 1173 map = (struct dx_map_entry *) (data2 + blocksize); in do_split()
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 226 struct dx_map_entry struct 258 struct dx_map_entry map[]); 259 static void dx_sort_map(struct dx_map_entry *map, unsigned count); 261 struct dx_map_entry *offsets, int count, unsigned blocksize); 1176 struct dx_map_entry *map_tail) in dx_make_map() 1199 static void dx_sort_map (struct dx_map_entry *map, unsigned count) in dx_sort_map() 1201 struct dx_map_entry *p, *q, *top = map + count - 1; in dx_sort_map() 1637 dx_move_dirents(char *from, char *to, struct dx_map_entry *map, int count, in dx_move_dirents() 1695 struct dx_map_entry *map; in do_split() 1726 map = (struct dx_map_entry *) (data2 + blocksize); in do_split()
|