Searched refs:ocfs2_hamming_encode (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | blockcheck.c | 94 * parity = ocfs2_hamming_encode(0, buf1, 512 * 8, 0); 95 * parity = ocfs2_hamming_encode(parity, buf2, 512 * 8, 512 * 8); 99 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, unsigned int nr) in ocfs2_hamming_encode() function 148 return ocfs2_hamming_encode(0, data, blocksize * 8, 0); in ocfs2_hamming_encode_block() 152 * Like ocfs2_hamming_encode(), this can handle hunks. nr is the bit 463 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, in ocfs2_block_check_compute_bhs() 526 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, in ocfs2_block_check_validate_bhs()
|
H A D | blockcheck.h | 72 * parity = ocfs2_hamming_encode(0, buf1, 512 * 8, 0); 73 * parity = ocfs2_hamming_encode(parity, buf2, 512 * 8, 512 * 8); 77 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, 83 * Like ocfs2_hamming_encode(), this can handle hunks. nr is the bit
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | blockcheck.c | 92 * parity = ocfs2_hamming_encode(0, buf1, 512 * 8, 0); 93 * parity = ocfs2_hamming_encode(parity, buf2, 512 * 8, 512 * 8); 97 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, unsigned int nr) in ocfs2_hamming_encode() function 146 return ocfs2_hamming_encode(0, data, blocksize * 8, 0); in ocfs2_hamming_encode_block() 150 * Like ocfs2_hamming_encode(), this can handle hunks. nr is the bit 461 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, in ocfs2_block_check_compute_bhs() 524 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, in ocfs2_block_check_validate_bhs()
|
H A D | blockcheck.h | 70 * parity = ocfs2_hamming_encode(0, buf1, 512 * 8, 0); 71 * parity = ocfs2_hamming_encode(parity, buf2, 512 * 8, 512 * 8); 75 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, 81 * Like ocfs2_hamming_encode(), this can handle hunks. nr is the bit
|
Completed in 4 milliseconds