Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dxattr.c3101 #define BLOCK_HASH_SHIFT 16 macro
3120 hash = (hash << BLOCK_HASH_SHIFT) ^ in ext4_xattr_rehash()
3121 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^ in ext4_xattr_rehash()
3128 #undef BLOCK_HASH_SHIFT