Home
last modified time | relevance | path

Searched refs:XFS_ERRLEVEL_LOW (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_error.h37 #define XFS_ERRLEVEL_LOW 1 macro
49 XFS_ERRLEVEL_LOW, mp); \
61 XFS_ERRLEVEL_LOW, mp); \
Dxfs_error.c173 if (xfs_error_level >= XFS_ERRLEVEL_LOW) { in xfs_verifier_error()
Dxfs_log_recover.c1353 XFS_ERRLEVEL_LOW, log->l_mp); in xlog_clear_stale_blocks()
1365 XFS_ERRLEVEL_LOW, log->l_mp); in xlog_clear_stale_blocks()
1788 XFS_ERRLEVEL_LOW, mp); in xlog_recover_do_inode_buffer()
2565 XFS_ERRLEVEL_LOW, mp); in xlog_recover_inode_pass2()
2575 XFS_ERRLEVEL_LOW, mp); in xlog_recover_inode_pass2()
2628 XFS_ERRLEVEL_LOW, mp, dicp); in xlog_recover_inode_pass2()
2641 XFS_ERRLEVEL_LOW, mp, dicp); in xlog_recover_inode_pass2()
2652 XFS_ERRLEVEL_LOW, mp, dicp); in xlog_recover_inode_pass2()
2664 XFS_ERRLEVEL_LOW, mp, dicp); in xlog_recover_inode_pass2()
2675 XFS_ERRLEVEL_LOW, mp, dicp); in xlog_recover_inode_pass2()
[all …]
Dxfs_attr_list.c147 XFS_ERRLEVEL_LOW, in xfs_attr_shortform_list()
308 XFS_ERRLEVEL_LOW, in xfs_attr_node_list()
Dxfs_mount.c780 XFS_ERROR_REPORT("xfs_mountfs", XFS_ERRLEVEL_LOW, mp); in xfs_mountfs()
839 XFS_ERROR_REPORT("xfs_mountfs_int(2)", XFS_ERRLEVEL_LOW, in xfs_mountfs()
Dxfs_bmap_util.c364 XFS_ERRLEVEL_LOW, mp); in xfs_bmap_count_tree()
430 XFS_ERROR_REPORT("xfs_bmap_count_blocks(2)", XFS_ERRLEVEL_LOW, in xfs_bmap_count_blocks()
528 XFS_ERROR_REPORT("xfs_getbmap", XFS_ERRLEVEL_LOW, in xfs_getbmap()
Dxfs_trans.c1007 XFS_ERROR_REPORT("xfs_trans_cancel", XFS_ERRLEVEL_LOW, mp); in xfs_trans_cancel()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_inode_fork.c99 XFS_CORRUPTION_ERROR("xfs_iformat(1)", XFS_ERRLEVEL_LOW, in xfs_iformat_fork()
108 XFS_CORRUPTION_ERROR("xfs_iformat(2)", XFS_ERRLEVEL_LOW, in xfs_iformat_fork()
119 XFS_ERRLEVEL_LOW, ip->i_mount, dip); in xfs_iformat_fork()
129 XFS_CORRUPTION_ERROR("xfs_iformat(3)", XFS_ERRLEVEL_LOW, in xfs_iformat_fork()
150 XFS_ERRLEVEL_LOW, in xfs_iformat_fork()
163 XFS_ERRLEVEL_LOW, in xfs_iformat_fork()
178 XFS_ERROR_REPORT("xfs_iformat(6)", XFS_ERRLEVEL_LOW, in xfs_iformat_fork()
185 XFS_ERROR_REPORT("xfs_iformat(7)", XFS_ERRLEVEL_LOW, ip->i_mount); in xfs_iformat_fork()
208 XFS_ERRLEVEL_LOW, in xfs_iformat_fork()
263 XFS_CORRUPTION_ERROR("xfs_iformat_local", XFS_ERRLEVEL_LOW, in xfs_iformat_local()
[all …]
Dxfs_da_btree.c2155 XFS_ERROR_REPORT("xfs_da_swap_lastblock(1)", XFS_ERRLEVEL_LOW, in xfs_da3_swap_lastblock()
2207 XFS_ERRLEVEL_LOW, mp); in xfs_da3_swap_lastblock()
2229 XFS_ERRLEVEL_LOW, mp); in xfs_da3_swap_lastblock()
2252 XFS_ERRLEVEL_LOW, mp); in xfs_da3_swap_lastblock()
2265 XFS_ERRLEVEL_LOW, mp); in xfs_da3_swap_lastblock()
2292 XFS_ERRLEVEL_LOW, mp); in xfs_da3_swap_lastblock()
2303 XFS_ERRLEVEL_LOW, mp); in xfs_da3_swap_lastblock()
2499 if (xfs_error_level >= XFS_ERRLEVEL_LOW) { in xfs_dabuf_map()
2515 XFS_ERRLEVEL_LOW, mp); in xfs_dabuf_map()
Dxfs_inode_buf.c393 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, dip); in xfs_iread()
Dxfs_dir2.c216 XFS_ERROR_REPORT("xfs_dir_ino_validate", XFS_ERRLEVEL_LOW, mp); in xfs_dir_ino_validate()
Dxfs_bmap.c1317 XFS_ERRLEVEL_LOW, ip->i_mount, block); in xfs_bmap_read_extents()
1346 XFS_ERRLEVEL_LOW, in xfs_bmap_read_extents()
4034 XFS_ERROR_REPORT("xfs_bmapi_read", XFS_ERRLEVEL_LOW, mp); in xfs_bmapi_read()
4219 XFS_ERROR_REPORT("xfs_bmapi_delay", XFS_ERRLEVEL_LOW, mp); in xfs_bmapi_delay()
4513 XFS_ERROR_REPORT("xfs_bmapi_write", XFS_ERRLEVEL_LOW, mp); in xfs_bmapi_write()
5047 XFS_ERROR_REPORT("xfs_bunmapi", XFS_ERRLEVEL_LOW, in xfs_bunmapi()
5641 XFS_ERRLEVEL_LOW, mp); in xfs_bmap_shift_extents()
5793 XFS_ERRLEVEL_LOW, mp); in xfs_bmap_split_extent_at()
Dxfs_dir2_node.c621 XFS_ERRLEVEL_LOW, mp); in xfs_dir2_leafn_lookup_for_addname()
1866 XFS_ERRLEVEL_LOW, mp); in xfs_dir2_node_addname_int()
Dxfs_dir2_data.c100 XFS_ERROR_REPORT("Bad Magic", XFS_ERRLEVEL_LOW, mp); in __xfs_dir3_data_check()
Dxfs_btree.c92 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, mp); in xfs_btree_check_lblock()
140 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, mp); in xfs_btree_check_sblock()
/linux-4.1.27/Documentation/filesystems/
Dxfs-self-describing-metadata.txt231 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
304 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
Dxfs.txt276 XFS_ERRLEVEL_LOW: 1