Searched refs:BLOCK_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
1030 #define BLOCK_HASH_SHIFT 16 macro1051 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()1052 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()1059 #undef BLOCK_HASH_SHIFT
3112 #define BLOCK_HASH_SHIFT 16 macro3131 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()3132 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()3139 #undef BLOCK_HASH_SHIFT