Searched refs:NAME_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
976 #define NAME_HASH_SHIFT 5 macro992 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()993 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()1010 #undef NAME_HASH_SHIFT
3145 #define NAME_HASH_SHIFT 5 macro3159 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()3160 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()3181 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()3182 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()3193 #undef NAME_HASH_SHIFT