Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dext_attr.c106 #define BLOCK_HASH_SHIFT 16 macro
122 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2fs_ext_attr_block_rehash()
123 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2fs_ext_attr_block_rehash()
130 #undef BLOCK_HASH_SHIFT