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
3127 #define NAME_HASH_SHIFT 5 macro3141 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()3142 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()3163 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()3164 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()3175 #undef NAME_HASH_SHIFT
Completed in 11 milliseconds