Home
last modified time | relevance | path

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

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