Home
last modified time | relevance | path

Searched refs:VALUE_HASH_SHIFT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ext2/
Dxattr.c948 #define VALUE_HASH_SHIFT 16 macro
973 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
974 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
982 #undef VALUE_HASH_SHIFT
/linux-4.4.14/fs/ext4/
Dxattr.c1646 #define VALUE_HASH_SHIFT 16 macro
1671 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
1672 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
1680 #undef VALUE_HASH_SHIFT