Searched refs:BLOCK_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
1016 #define BLOCK_HASH_SHIFT 16 macro1037 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()1038 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()1045 #undef BLOCK_HASH_SHIFT
3101 #define BLOCK_HASH_SHIFT 16 macro3120 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()3121 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()3128 #undef BLOCK_HASH_SHIFT