Searched refs:VALUE_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
27 #define VALUE_HASH_SHIFT 16 macro51 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2fs_ext_attr_hash_entry()52 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2fs_ext_attr_hash_entry()61 #undef VALUE_HASH_SHIFT
326 #define VALUE_HASH_SHIFT 16 macro346 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry()347 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()355 #undef VALUE_HASH_SHIFT