Searched refs:hinfo (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/filesystems/ext2/src/ext3/ |
H A D | htree.c | 494 if (hinfo->seed) { in ext3_dirhash() 496 if (hinfo->seed[i]) in ext3_dirhash() 503 switch (hinfo->hash_version) { in ext3_dirhash() 537 hinfo->hash = 0; in ext3_dirhash() 543 hinfo->hash = hash; in ext3_dirhash() 1034 hash = hinfo->hash; in dx_probe() 1257 hinfo->hash, hinfo->minor_hash, de)) != 0) { in htree_dirblock_to_tree() 1300 hinfo.hash = start_hash; in ext3_htree_fill_tree() 1301 hinfo.minor_hash = 0; in ext3_htree_fill_tree() 1460 hash = hinfo.hash; in ext3_dx_find_entry() [all …]
|
/reactos/modules/rosapps/applications/sysutils/mkdosfs/ |
H A D | mkdosfs.c | 787 BY_HANDLE_FILE_INFORMATION hinfo; in count_blocks() local 806 if (!GetFileInformationByHandle((HANDLE)fd, &hinfo)) { in count_blocks() 810 len = ((loff_t)hinfo.nFileSizeHigh << 32) | (loff_t)hinfo.nFileSizeLow; in count_blocks()
|
/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | types.c | 1011 DEEP_TYPE(hinfo, "HINFO", 0, intstrpair, pa_hinfo, 0, cs_hinfo ),
|
/reactos/drivers/filesystems/ext2/inc/ |
H A D | ext2fs.h | 2622 struct dx_hash_info *hinfo, int *error);
|