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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxattr.c995 #define BLOCK_HASH_SHIFT 16 macro
1016 hash = (hash << BLOCK_HASH_SHIFT) ^
1017 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^
1024 #undef BLOCK_HASH_SHIFT macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c1282 #define BLOCK_HASH_SHIFT 16 macro
1303 hash = (hash << BLOCK_HASH_SHIFT) ^
1304 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^
1311 #undef BLOCK_HASH_SHIFT macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr.c1559 #define BLOCK_HASH_SHIFT 16 macro
1580 hash = (hash << BLOCK_HASH_SHIFT) ^
1581 (hash >> (8*sizeof(hash) - BLOCK_HASH_SHIFT)) ^
1588 #undef BLOCK_HASH_SHIFT macro

Completed in 46 milliseconds