Lines Matching defs:sort_info
275 struct ext2fs_htree_sort_entry *sort_info, dummy;
279 sort_info = (struct ext2fs_htree_sort_entry *)
294 sort_info--;
295 sort_info->h_size = ep->e2d_reclen;
296 sort_info->h_offset = (char *)ep - block1;
299 &sort_info->h_hash, NULL);
308 kheapsort(sort_info, entry_cnt, sizeof(struct ext2fs_htree_sort_entry),
315 if (sort_info[i].h_size + size > blksize / 2)
317 size += sort_info[i].h_size;
320 *split_hash = sort_info[i + 1].h_hash;
325 if (*split_hash == sort_info[i].h_hash)
333 sort_info[k].h_offset);