Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dnamei.c261 struct dx_map_entry struct
293 struct dx_map_entry *map_tail);
294 static void dx_sort_map(struct dx_map_entry *map, unsigned count);
296 struct dx_map_entry *offsets, int count, unsigned blocksize);
1242 struct dx_map_entry *map_tail) in dx_make_map()
1274 static void dx_sort_map (struct dx_map_entry *map, unsigned count) in dx_sort_map()
1276 struct dx_map_entry *p, *q, *top = map + count - 1; in dx_sort_map()
1711 dx_move_dirents(char *from, char *to, struct dx_map_entry *map, int count, in dx_move_dirents()
1770 struct dx_map_entry *map; in do_split()
1801 map = (struct dx_map_entry *) (data2 + blocksize); in do_split()