Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dxattr.c984 #define BLOCK_HASH_SHIFT 16 macro
1005 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext2_xattr_rehash()
1006 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext2_xattr_rehash()
1013 #undef BLOCK_HASH_SHIFT
/linux-4.4.14/fs/ext4/
Dxattr.c1682 #define BLOCK_HASH_SHIFT 16 macro
1703 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()
1704 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()
1711 #undef BLOCK_HASH_SHIFT