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
1248 #define NAME_HASH_SHIFT 5 macro1264 hash = (hash << NAME_HASH_SHIFT) ^ in ext3_xattr_hash_entry()1265 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext3_xattr_hash_entry()1282 #undef NAME_HASH_SHIFT
1648 #define NAME_HASH_SHIFT 5 macro1664 hash = (hash << NAME_HASH_SHIFT) ^ in ext4_xattr_hash_entry()1665 (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()1682 #undef NAME_HASH_SHIFT