Home
last modified time | relevance | path

Searched defs:hash2 (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dscrub.c2116 uint8_t hash2[MAX_HASH_SIZE]; in scrub_raid6_stripe() local
2201 uint8_t hash2[MAX_HASH_SIZE]; in scrub_raid6_stripe() local
/reactos/drivers/filesystems/ext2/src/ext3/
H A Dhtree.c1663 unsigned hash2 = dx_get_hash(entries + icount1); in ext3_dx_add_entry() local
1780 u32 hash2; in do_split() local
/reactos/sdk/include/psdk/
H A Doleauto.h1001 #define IsHashValCompatible(hash1,hash2) ((hash1) & 0xff0000 == (hash2) & 0xff0000) argument