Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dxattr.c1013 #define BLOCK_HASH_SHIFT 16 macro
1034 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()
1035 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()
1042 #undef BLOCK_HASH_SHIFT
/linux/fs/ext4/
H A Dxattr.c3196 #define BLOCK_HASH_SHIFT 16 macro
3215 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()
3216 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()
3223 #undef BLOCK_HASH_SHIFT