Home
last modified time | relevance | path

Searched refs:EFSCORRUPTED (Results 1 – 38 of 38) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_error.h50 error = -EFSCORRUPTED; \
62 return -EFSCORRUPTED; \
Dxfs_symlink.c84 error = -EFSCORRUPTED; in xfs_readlink_bmap()
95 error = -EFSCORRUPTED; in xfs_readlink_bmap()
148 error = -EFSCORRUPTED; in xfs_readlink()
592 return -EFSCORRUPTED; in xfs_inactive_symlink()
Dxfs_icache.c494 return -EFSCORRUPTED; in xfs_inode_ag_walk_grab()
592 if (error && last_error != -EFSCORRUPTED) in xfs_inode_ag_walk()
597 if (error == -EFSCORRUPTED) in xfs_inode_ag_walk()
657 if (error == -EFSCORRUPTED) in xfs_inode_ag_iterator()
685 if (error == -EFSCORRUPTED) in xfs_inode_ag_iterator_tag()
1105 if (error && last_error != -EFSCORRUPTED) in xfs_reclaim_inodes_ag()
Dxfs_log_recover.c180 return -EFSCORRUPTED; in xlog_bread_noalign()
265 return -EFSCORRUPTED; in xlog_bwrite()
327 return -EFSCORRUPTED; in xlog_header_check_recover()
334 return -EFSCORRUPTED; in xlog_header_check_recover()
361 return -EFSCORRUPTED; in xlog_header_check_mount()
1354 return -EFSCORRUPTED; in xlog_clear_stale_blocks()
1366 return -EFSCORRUPTED; in xlog_clear_stale_blocks()
1789 return -EFSCORRUPTED; in xlog_recover_do_inode_buffer()
2566 error = -EFSCORRUPTED; in xlog_recover_inode_pass2()
2576 error = -EFSCORRUPTED; in xlog_recover_inode_pass2()
[all …]
Dxfs_attr_list.c150 return -EFSCORRUPTED; in xfs_attr_shortform_list()
246 if ((error != 0) && (error != -EFSCORRUPTED)) in xfs_attr_node_list()
312 return -EFSCORRUPTED; in xfs_attr_node_list()
Dxfs_mount.c296 error = -EFSCORRUPTED; in xfs_readsb()
781 error = -EFSCORRUPTED; in xfs_mountfs()
841 error = -EFSCORRUPTED; in xfs_mountfs()
Dxfs_acl.c50 return ERR_PTR(-EFSCORRUPTED); in xfs_acl_from_disk()
Dxfs_linux.h159 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */ macro
Dxfs_bmap_util.c133 (error == -EFSCORRUPTED) ? in xfs_bmap_finish()
365 return -EFSCORRUPTED; in xfs_bmap_count_tree()
432 return -EFSCORRUPTED; in xfs_bmap_count_blocks()
530 return -EFSCORRUPTED; in xfs_getbmap()
Dxfs_extfree_item.c300 return -EFSCORRUPTED; in xfs_efi_copy_format()
Dxfs_qm.c103 if (error && last_error != -EFSCORRUPTED) in xfs_qm_dquot_walk()
110 if (last_error == -EFSCORRUPTED) { in xfs_qm_dquot_walk()
907 if (error == -EFSCORRUPTED) { in xfs_qm_dqiter_bufs()
Dxfs_trans_buf.c320 error = -EFSCORRUPTED; in xfs_trans_read_buf_map()
Dxfs_inode_item.c788 return -EFSCORRUPTED; in xfs_inode_item_format_convert()
Dxfs_iomap.c109 return -EFSCORRUPTED; in xfs_alert_fsblock_zero()
Dxfs_dquot.c531 if (error == -EFSCORRUPTED && (flags & XFS_QMOPT_DQREPAIR)) { in xfs_qm_dqtobp()
Dxfs_inode.c3344 return -EFSCORRUPTED; in xfs_iflush_cluster()
3451 error = -EFSCORRUPTED; in xfs_iflush()
3615 return -EFSCORRUPTED; in xfs_iflush_int()
Dxfs_log.c1362 error = -EFSCORRUPTED; in xlog_alloc_log()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_inode_fork.c101 return -EFSCORRUPTED; in xfs_iformat_fork()
110 return -EFSCORRUPTED; in xfs_iformat_fork()
120 return -EFSCORRUPTED; in xfs_iformat_fork()
131 return -EFSCORRUPTED; in xfs_iformat_fork()
152 return -EFSCORRUPTED; in xfs_iformat_fork()
165 return -EFSCORRUPTED; in xfs_iformat_fork()
180 return -EFSCORRUPTED; in xfs_iformat_fork()
186 return -EFSCORRUPTED; in xfs_iformat_fork()
210 return -EFSCORRUPTED; in xfs_iformat_fork()
222 error = -EFSCORRUPTED; in xfs_iformat_fork()
[all …]
Dxfs_symlink_remote.c136 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_symlink_read_verify()
154 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_symlink_write_verify()
Dxfs_attr_remote.c143 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_attr3_rmt_read_verify()
180 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_attr3_rmt_write_verify()
190 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_attr3_rmt_write_verify()
275 return -EFSCORRUPTED; in xfs_attr_rmtval_copyout()
Dxfs_dquot_buf.c260 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dquot_buf_read_verify()
297 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dquot_buf_write_verify()
Dxfs_sb.c168 return -EFSCORRUPTED; in xfs_mount_validate_sb()
174 return -EFSCORRUPTED; in xfs_mount_validate_sb()
226 return -EFSCORRUPTED; in xfs_mount_validate_sb()
264 return -EFSCORRUPTED; in xfs_mount_validate_sb()
589 if (error == -EFSCORRUPTED || error == -EFSBADCRC) in xfs_sb_read_verify()
Dxfs_inode_buf.c105 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_inode_buf_verify()
183 if (error == -EFSCORRUPTED && in xfs_imap_to_bp()
394 error = -EFSCORRUPTED; in xfs_iread()
Dxfs_da_btree.c186 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_da3_node_write_verify()
221 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_da3_node_read_verify()
1578 return -EFSCORRUPTED; in xfs_da3_node_lookup_int()
2157 return -EFSCORRUPTED; in xfs_da3_swap_lastblock()
2208 error = -EFSCORRUPTED; in xfs_da3_swap_lastblock()
2230 error = -EFSCORRUPTED; in xfs_da3_swap_lastblock()
2253 error = -EFSCORRUPTED; in xfs_da3_swap_lastblock()
2266 error = -EFSCORRUPTED; in xfs_da3_swap_lastblock()
2293 error = -EFSCORRUPTED; in xfs_da3_swap_lastblock()
2304 error = -EFSCORRUPTED; in xfs_da3_swap_lastblock()
[all …]
Dxfs_ialloc_btree.c275 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_inobt_read_verify()
289 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_inobt_write_verify()
Dxfs_dir2_data.c101 return -EFSCORRUPTED; in __xfs_dir3_data_check()
259 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dir3_data_reada_verify()
275 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dir3_data_read_verify()
290 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dir3_data_write_verify()
Dxfs_alloc_btree.c359 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_allocbt_read_verify()
373 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_allocbt_write_verify()
Dxfs_alloc.c492 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_agfl_read_verify()
510 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_agfl_write_verify()
566 return -EFSCORRUPTED; in xfs_alloc_update_counters()
2250 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_agf_read_verify()
2264 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_agf_write_verify()
2613 return -EFSCORRUPTED; in xfs_free_extent()
2617 return -EFSCORRUPTED; in xfs_free_extent()
2629 error = -EFSCORRUPTED; in xfs_free_extent()
Dxfs_dir2_node.c120 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dir3_free_read_verify()
135 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dir3_free_write_verify()
401 return -EFSCORRUPTED; in xfs_dir2_leafn_add()
624 return -EFSCORRUPTED; in xfs_dir2_leafn_lookup_for_addname()
1867 return -EFSCORRUPTED; in xfs_dir2_node_addname_int()
Dxfs_bmap_btree.c700 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_bmbt_read_verify()
714 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_bmbt_write_verify()
Dxfs_dir2_block.c93 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dir3_block_read_verify()
108 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_dir3_block_write_verify()
Dxfs_dir2.c217 return -EFSCORRUPTED; in xfs_dir_ino_validate()
Dxfs_bmap.c1093 return -EFSCORRUPTED; in xfs_bmap_add_attrfork_local()
1370 return -EFSCORRUPTED; in xfs_bmap_read_extents()
4035 return -EFSCORRUPTED; in xfs_bmapi_read()
4220 return -EFSCORRUPTED; in xfs_bmapi_delay()
4514 return -EFSCORRUPTED; in xfs_bmapi_write()
5049 return -EFSCORRUPTED; in xfs_bunmapi()
5642 return -EFSCORRUPTED; in xfs_bmap_shift_extents()
5794 return -EFSCORRUPTED; in xfs_bmap_split_extent_at()
Dxfs_dir2_leaf.c186 xfs_buf_ioerror(bp, -EFSCORRUPTED); in __read_verify()
202 xfs_buf_ioerror(bp, -EFSCORRUPTED); in __write_verify()
Dxfs_btree.c93 return -EFSCORRUPTED; in xfs_btree_check_lblock()
141 return -EFSCORRUPTED; in xfs_btree_check_sblock()
1499 error = -EFSCORRUPTED; in xfs_btree_increment()
1598 error = -EFSCORRUPTED; in xfs_btree_decrement()
Dxfs_ialloc.c2092 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_agi_read_verify()
2106 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_agi_write_verify()
Dxfs_attr_leaf.c291 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_attr3_leaf_write_verify()
321 xfs_buf_ioerror(bp, -EFSCORRUPTED); in xfs_attr3_leaf_read_verify()
/linux-4.1.27/Documentation/filesystems/
Dxfs-self-describing-metadata.txt165 marks the object being read as EFSCORRUPTED. The caller needs to catch this
167 verification error it can do so by catching the EFSCORRUPTED error value. If we
176 buffer is considered corrupt and the EFSCORRUPTED error is set appropriately.
182 error occurs during this process, the buffer is again marked with a EFSCORRUPTED
232 xfs_buf_ioerror(bp, EFSCORRUPTED);
305 xfs_buf_ioerror(bp, EFSCORRUPTED);