Searched refs:BLOCK_HASH_SHIFT (Results 1 – 1 of 1) sorted by relevance
106 #define BLOCK_HASH_SHIFT 16 macro122 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