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

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_htree.h95 struct ext2fs_htree_sort_entry { struct
H A Dext2fs_htree.c231 const struct ext2fs_htree_sort_entry *entry1, *entry2;
233 entry1 = (const struct ext2fs_htree_sort_entry *)e1;
234 entry2 = (const struct ext2fs_htree_sort_entry *)e2;
275 struct ext2fs_htree_sort_entry *sort_info, dummy;
279 sort_info = (struct ext2fs_htree_sort_entry *)
308 kheapsort(sort_info, entry_cnt, sizeof(struct ext2fs_htree_sort_entry),

Completed in 87 milliseconds