Searched refs:NAME_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance
939 #define NAME_HASH_SHIFT 5 macro955 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()956 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()973 #undef NAME_HASH_SHIFT
1671 #define NAME_HASH_SHIFT 5 macro1687 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()1688 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()1705 #undef NAME_HASH_SHIFT