Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dxattr.c992 #define BLOCK_HASH_SHIFT 16 macro
1013 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()
1014 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()
1021 #undef BLOCK_HASH_SHIFT
/linux-4.19.296/fs/ext4/
Dxattr.c3151 #define BLOCK_HASH_SHIFT 16 macro
3170 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()
3171 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()
3178 #undef BLOCK_HASH_SHIFT