Searched refs:ocfs2_hamming_encode (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dblockcheck.h83 * parity = ocfs2_hamming_encode(0, buf1, 512 * 8, 0);
84 * parity = ocfs2_hamming_encode(parity, buf2, 512 * 8, 512 * 8);
88 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d,
94 * Like ocfs2_hamming_encode(), this can handle hunks. nr is the bit
H A Dblockcheck.c102 * parity = ocfs2_hamming_encode(0, buf1, 512 * 8, 0);
103 * parity = ocfs2_hamming_encode(parity, buf2, 512 * 8, 512 * 8);
107 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, unsigned int nr) function
156 return ocfs2_hamming_encode(0, data, blocksize * 8, 0);
160 * Like ocfs2_hamming_encode(), this can handle hunks. nr is the bit
502 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data,
564 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data,

Completed in 56 milliseconds