Searched refs:NAME_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
979 #define NAME_HASH_SHIFT 5 macro995 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()996 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()1013 #undef NAME_HASH_SHIFT
3072 #define NAME_HASH_SHIFT 5 macro3086 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()3087 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()3098 #undef NAME_HASH_SHIFT