Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dxattr.c956 #define VALUE_HASH_SHIFT 16 macro
981 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2_xattr_hash_entry()
982 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2_xattr_hash_entry()
990 #undef VALUE_HASH_SHIFT
/linux-4.19.296/fs/ext4/
Dxattr.c3123 #define VALUE_HASH_SHIFT 16 macro
3141 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
3142 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
3149 #undef VALUE_HASH_SHIFT