Searched refs:BLOCK_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
992 #define BLOCK_HASH_SHIFT 16 macro1013 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()1014 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()1021 #undef BLOCK_HASH_SHIFT
3095 #define BLOCK_HASH_SHIFT 16 macro3114 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()3115 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()3122 #undef BLOCK_HASH_SHIFT