OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sort_info
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_htree.c
275
struct ext2fs_htree_sort_entry *
sort_info
, dummy;
local in function:ext2fs_htree_split_dirblock
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
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025