Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dxattr.c1017 #define BLOCK_HASH_SHIFT 16 macro
1038 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()
1039 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()
1046 #undef BLOCK_HASH_SHIFT
/openbmc/linux/fs/ext4/
H A Dxattr.c3197 #define BLOCK_HASH_SHIFT 16 macro
3216 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()
3217 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()
3224 #undef BLOCK_HASH_SHIFT