Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dxattr.c981 #define VALUE_HASH_SHIFT 16 macro
1006 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
1007 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
1015 #undef VALUE_HASH_SHIFT
/openbmc/linux/fs/ext4/
H A Dxattr.c3145 #define VALUE_HASH_SHIFT 16 macro
3163 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
3164 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
3185 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry_signed()
3186 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry_signed()
3193 #undef VALUE_HASH_SHIFT