Searched refs:dx_move_dirents (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | namei.c | 154 static struct ext3_dir_entry_2 *dx_move_dirents (char *from, char *to, 1090 dx_move_dirents(char *from, char *to, struct dx_map_entry *map, int count) in dx_move_dirents() function 1196 de2 = dx_move_dirents(data1, data2, map + split, count - split); in do_split()
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 260 static struct ext4_dir_entry_2 *dx_move_dirents(char *from, char *to, 1637 dx_move_dirents(char *from, char *to, struct dx_map_entry *map, int count, in dx_move_dirents() function 1750 de2 = dx_move_dirents(data1, data2, map + split, count - split, in do_split()
|