Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dnamei.c231 struct dx_map_entry struct
263 struct dx_map_entry map[]);
264 static void dx_sort_map(struct dx_map_entry *map, unsigned count);
266 struct dx_map_entry *offsets, int count, unsigned blocksize);
1191 struct dx_map_entry *map_tail) in dx_make_map()
1214 static void dx_sort_map (struct dx_map_entry *map, unsigned count) in dx_sort_map()
1216 struct dx_map_entry *p, *q, *top = map + count - 1; in dx_sort_map()
1623 dx_move_dirents(char *from, char *to, struct dx_map_entry *map, int count, in dx_move_dirents()
1681 struct dx_map_entry *map; in do_split()
1712 map = (struct dx_map_entry *) (data2 + blocksize); in do_split()