Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dxattr.c977 #define VALUE_HASH_SHIFT 16 macro
1002 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
1003 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
1011 #undef VALUE_HASH_SHIFT
/linux/fs/ext4/
H A Dxattr.c3146 #define VALUE_HASH_SHIFT 16 macro
3164 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
3165 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
3186 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()
3187 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()
3194 #undef VALUE_HASH_SHIFT