Home
last modified time | relevance | path

Searched refs:BLOCK_HASH_SHIFT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.c1030 #define BLOCK_HASH_SHIFT 16 macro
1051 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()
1052 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()
1059 #undef BLOCK_HASH_SHIFT macro
/kernel/linux/linux-6.6/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 macro
/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.c3117 #define BLOCK_HASH_SHIFT 16 macro
3136 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()
3137 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()
3144 #undef BLOCK_HASH_SHIFT macro
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr.c3195 #define BLOCK_HASH_SHIFT 16 macro
3214 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()
3215 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()
3222 #undef BLOCK_HASH_SHIFT macro

Completed in 10 milliseconds