Searched refs:BLOCK_HASH_SHIFT (Results 1 – 3 of 3) sorted by relevance
985 #define BLOCK_HASH_SHIFT 16 macro1006 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()1007 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()1014 #undef BLOCK_HASH_SHIFT
1284 #define BLOCK_HASH_SHIFT 16 macro1305 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext3_xattr_rehash()1306 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext3_xattr_rehash()1313 #undef BLOCK_HASH_SHIFT
1683 #define BLOCK_HASH_SHIFT 16 macro1704 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()1705 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()1712 #undef BLOCK_HASH_SHIFT