Searched refs:ext2fs_htree_sort_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/fs/ext2fs/
H A Dhtree.h94 struct ext2fs_htree_sort_entry { struct
H A Dext2_htree.c467 const struct ext2fs_htree_sort_entry *entry1, *entry2;
469 entry1 = (const struct ext2fs_htree_sort_entry *)e1;
470 entry2 = (const struct ext2fs_htree_sort_entry *)e2;
512 struct ext2fs_htree_sort_entry *sort_info;
516 sort_info = (struct ext2fs_htree_sort_entry *)
545 qsort(sort_info, entry_cnt, sizeof(struct ext2fs_htree_sort_entry),

Completed in 37 milliseconds