HelenOS sources
ext4_dx_sort_entry_t 677 uspace/lib/ext4/src/directory_index.c ext4_dx_sort_entry_t const *entry1 = arg1;
ext4_dx_sort_entry_t 678 uspace/lib/ext4/src/directory_index.c ext4_dx_sort_entry_t const *entry2 = arg2;
ext4_dx_sort_entry_t 748 uspace/lib/ext4/src/directory_index.c ext4_dx_sort_entry_t *sort_array =
ext4_dx_sort_entry_t 749 uspace/lib/ext4/src/directory_index.c malloc(max_entry_count * sizeof(ext4_dx_sort_entry_t));
ext4_dx_sort_entry_t 793 uspace/lib/ext4/src/directory_index.c qsort(sort_array, idx, sizeof(ext4_dx_sort_entry_t),
HelenOS homepage, sources at GitHub