Searched refs:NAME_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
981 #define NAME_HASH_SHIFT 5 macro997 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()998 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()1015 #undef NAME_HASH_SHIFT
3077 #define NAME_HASH_SHIFT 5 macro3091 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()3092 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()3103 #undef NAME_HASH_SHIFT