search for: __ocfs2_find_path

Displaying 3 results from an estimated 3 matches for "__ocfs2_find_path".

2010 Jun 14
3
Diagnosing some OCFS2 error messages
...001. Applying ECC. [94355.116344] (ocfs2_wq,5995,6):ocfs2_block_check_validate:457 ERROR: Fixed CRC32 failed: stored: 2715161149, computed 2102707465 [94355.116348] (ocfs2_wq,5995,6):ocfs2_validate_extent_block:903 ERROR: Checksum failed for extent block 2321665 [94355.116352] (ocfs2_wq,5995,6):__ocfs2_find_path:1861 ERROR: status = -5 [94355.116355] (ocfs2_wq,5995,6):ocfs2_find_leaf:1958 ERROR: status = -5 [94355.116358] (ocfs2_wq,5995,6):ocfs2_find_new_last_ext_blk:6655 ERROR: status = -5 [94355.116361] (ocfs2_wq,5995,6):ocfs2_do_truncate:6900 ERROR: status = -5 [94355.116364] (ocfs2_wq,5995,6):ocfs2...
2011 Jan 12
1
Problems with fsck
...05,0):ocfs2_block_check_validate:457 ERROR: Fixed CRC32 failed: stored: 0x76176db1, computed 0x91119fb2 Jan 11 23:11:56 www1 kernel: [ 2339.647196] (mc,3305,0):ocfs2_validate_extent_block:903 ERROR: Checksum failed for extent block 6924877 Jan 11 23:11:56 www1 kernel: [ 2339.649212] (mc,3305,0):__ocfs2_find_path:1837 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.650409] (mc,3305,0):ocfs2_remove_rightmost_path:3090 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.651719] (mc,3305,0):ocfs2_rotate_tree_left:3225 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.653076] (mc,3305,0):ocfs2...
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
The following series of patches attempts to detach metadata I/O from struct inode. They are currently tied together pretty tightly. Metadata reads happen via the ocfs2_read_blocks() functions, writes via both jbd2 and ocfs2_write_blocks(). - Each inode has a cache of associated metadata blocks stored on its ip_metadata_cache member. The ocfs2_read/write_blocks() functions take a struct