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

/linux-4.1.27/fs/ext2/
H A Dxattr.c985 #define BLOCK_HASH_SHIFT 16 macro
1006 hash = (hash << BLOCK_HASH_SHIFT) ^ ext2_xattr_rehash()
1007 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ ext2_xattr_rehash()
1014 #undef BLOCK_HASH_SHIFT macro
/linux-4.1.27/fs/ext3/
H A Dxattr.c1284 #define BLOCK_HASH_SHIFT 16 macro
1305 hash = (hash << BLOCK_HASH_SHIFT) ^ ext3_xattr_rehash()
1306 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ ext3_xattr_rehash()
1313 #undef BLOCK_HASH_SHIFT macro
/linux-4.1.27/fs/ext4/
H A Dxattr.c1683 #define BLOCK_HASH_SHIFT 16 macro
1704 hash = (hash << BLOCK_HASH_SHIFT) ^ ext4_xattr_rehash()
1705 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ ext4_xattr_rehash()
1712 #undef BLOCK_HASH_SHIFT macro

Completed in 87 milliseconds