Searched refs:NAME_HASH_SHIFT (Results 1 – 3 of 3) sorted by relevance
948 #define NAME_HASH_SHIFT 5 macro964 hash = (hash << NAME_HASH_SHIFT) ^ in ext2_xattr_hash_entry()965 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()982 #undef NAME_HASH_SHIFT
1247 #define NAME_HASH_SHIFT 5 macro1263 hash = (hash << NAME_HASH_SHIFT) ^ in ext3_xattr_hash_entry()1264 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext3_xattr_hash_entry()1281 #undef NAME_HASH_SHIFT
1646 #define NAME_HASH_SHIFT 5 macro1662 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()1663 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()1680 #undef NAME_HASH_SHIFT