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
3144 #define NAME_HASH_SHIFT 5 macro3158 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()3159 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()3180 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()3181 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()3192 #undef NAME_HASH_SHIFT