Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dnamei.c253 struct dx_map_entry struct
285 struct dx_map_entry map[]);
286 static void dx_sort_map(struct dx_map_entry *map, unsigned count);
288 struct dx_map_entry *offsets, int count, unsigned blocksize);
1213 struct dx_map_entry *map_tail) in dx_make_map()
1236 static void dx_sort_map (struct dx_map_entry *map, unsigned count) in dx_sort_map()
1238 struct dx_map_entry *p, *q, *top = map + count - 1; in dx_sort_map()
1767 dx_move_dirents(char *from, char *to, struct dx_map_entry *map, int count, in dx_move_dirents()
1825 struct dx_map_entry *map; in do_split()
1855 map = (struct dx_map_entry *) (data2 + blocksize); in do_split()