Searched refs:NAME_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
980 #define NAME_HASH_SHIFT 5 macro996 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()997 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()1014 #undef NAME_HASH_SHIFT
3142 #define NAME_HASH_SHIFT 5 macro3156 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()3157 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()3178 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()3179 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()3190 #undef NAME_HASH_SHIFT