Searched hist:"70 ad1ba7b48364d758a112df0823edc5ca6632aa" (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ocfs2/ |
H A D | blockcheck.h | 70ad1ba7b48364d758a112df0823edc5ca6632aa Fri Oct 17 02:54:25 CEST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Add the underlying blockcheck code.
This is the code that computes crc32 and ecc for ocfs2 metadata blocks. There are high-level functions that check whether the filesystem has the ecc feature, mid-level functions that work on a single block or array of buffer_heads, and the low-level ecc hamming code that can handle multiple buffers like crc32_le().
It's not hooked up to the filesystem yet.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | blockcheck.c | 70ad1ba7b48364d758a112df0823edc5ca6632aa Fri Oct 17 02:54:25 CEST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Add the underlying blockcheck code.
This is the code that computes crc32 and ecc for ocfs2 metadata blocks. There are high-level functions that check whether the filesystem has the ecc feature, mid-level functions that work on a single block or array of buffer_heads, and the low-level ecc hamming code that can handle multiple buffers like crc32_le().
It's not hooked up to the filesystem yet.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | Makefile | diff 70ad1ba7b48364d758a112df0823edc5ca6632aa Fri Oct 17 02:54:25 CEST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Add the underlying blockcheck code.
This is the code that computes crc32 and ecc for ocfs2 metadata blocks. There are high-level functions that check whether the filesystem has the ecc feature, mid-level functions that work on a single block or array of buffer_heads, and the low-level ecc hamming code that can handle multiple buffers like crc32_le().
It's not hooked up to the filesystem yet.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|
H A D | ocfs2.h | diff 70ad1ba7b48364d758a112df0823edc5ca6632aa Fri Oct 17 02:54:25 CEST 2008 Joel Becker <joel.becker@oracle.com> ocfs2: Add the underlying blockcheck code.
This is the code that computes crc32 and ecc for ocfs2 metadata blocks. There are high-level functions that check whether the filesystem has the ecc feature, mid-level functions that work on a single block or array of buffer_heads, and the low-level ecc hamming code that can handle multiple buffers like crc32_le().
It's not hooked up to the filesystem yet.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|