/openbmc/linux/fs/xfs/ |
H A D | xfs_error.h | 46 #define XFS_TEST_ERROR(expr, mp, tag) \ macro 69 #define XFS_TEST_ERROR(expr, mp, tag) (expr) macro
|
H A D | xfs_inode.c | 3227 if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC), in xfs_iflush() 3235 if (XFS_TEST_ERROR( in xfs_iflush() 3245 if (XFS_TEST_ERROR( in xfs_iflush() 3256 if (XFS_TEST_ERROR(ip->i_df.if_nextents + xfs_ifork_nextents(&ip->i_af) > in xfs_iflush() 3266 if (XFS_TEST_ERROR(ip->i_forkoff > mp->m_sb.sb_inodesize, in xfs_iflush()
|
H A D | xfs_trans_ail.c | 401 if (XFS_TEST_ERROR(false, ailp->ail_log->l_mp, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
|
H A D | xfs_buf.c | 1432 XFS_TEST_ERROR(false, bp->b_mount, XFS_ERRTAG_BUF_IOERROR)) in xfs_buf_bio_end_io() 2371 if (XFS_TEST_ERROR(false, bp->b_mount, XFS_ERRTAG_BUF_LRU_REF)) in xfs_buf_set_ref()
|
H A D | xfs_log.c | 1023 if (XFS_TEST_ERROR(xfs_fs_has_sickness(mp, XFS_SICK_FS_COUNTERS), mp, in xfs_log_unmount_write() 1393 if (XFS_TEST_ERROR(error, log->l_mp, XFS_ERRTAG_IODONE_IOERR)) { in xlog_ioend_work() 2089 if (XFS_TEST_ERROR(false, log->l_mp, XFS_ERRTAG_LOG_BAD_CRC)) { in xlog_sync()
|
H A D | xfs_attr_item.c | 327 if (XFS_TEST_ERROR(false, args->dp->i_mount, XFS_ERRTAG_LARP)) { in xfs_xattri_finish_update()
|
H A D | xfs_iomap.c | 980 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_buffered_write_iomap_begin()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag_resv.c | 94 return XFS_TEST_ERROR(avail < orig / 10 || in xfs_ag_resv_critical() 216 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_AG_RESV_FAIL)) in __xfs_ag_resv_init()
|
H A D | xfs_inode_fork.c | 762 if (XFS_TEST_ERROR(false, ip->i_mount, XFS_ERRTAG_REDUCE_MAX_IEXTENTS)) in xfs_iext_count_may_overflow() 787 XFS_TEST_ERROR(false, ip->i_mount, XFS_ERRTAG_REDUCE_MAX_IEXTENTS)) in xfs_iext_count_upgrade()
|
H A D | xfs_bmap.c | 3897 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) in xfs_bmapi_read() 4110 if (unlikely(XFS_TEST_ERROR(false, mp, in xfs_bmap_alloc_userdata() 4151 if (unlikely(XFS_TEST_ERROR(false, mp, in xfs_bmapi_allocate() 4412 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmapi_write() 4749 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmapi_remap() 5837 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_collapse_extents() 5952 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_insert_extents() 6055 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_split_extent() 6241 if (XFS_TEST_ERROR(false, tp->t_mountp, in xfs_bmap_finish_one()
|
H A D | xfs_dir2.c | 214 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_DIR_INO_VALIDATE)) { in xfs_dir_ino_validate()
|
H A D | xfs_inode_buf.c | 62 if (unlikely(XFS_TEST_ERROR(!di_ok, mp, in xfs_inode_buf_verify()
|
H A D | xfs_refcount.c | 1070 XFS_TEST_ERROR(false, cur->bc_mp, in xfs_refcount_still_have_space() 1370 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_REFCOUNT_FINISH_ONE)) in xfs_refcount_finish_one()
|
H A D | xfs_alloc.c | 3122 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_ALLOC_READ_AGF)) in xfs_agf_read_verify() 3799 if (XFS_TEST_ERROR(false, mp, in __xfs_free_extent()
|
H A D | xfs_btree.c | 177 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BTREE_CHECK_LBLOCK)) { in xfs_btree_check_lblock() 243 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BTREE_CHECK_SBLOCK)) { in xfs_btree_check_sblock()
|
H A D | xfs_ialloc.c | 2548 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_IALLOC_READ_AGI)) in xfs_agi_read_verify()
|
H A D | xfs_rmap.c | 2459 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_RMAP_FINISH_ONE)) in xfs_rmap_finish_one()
|
H A D | xfs_da_btree.c | 497 if (XFS_TEST_ERROR(false, state->mp, XFS_ERRTAG_DA_LEAF_SPLIT)) in xfs_da3_split()
|
H A D | xfs_attr_leaf.c | 1235 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_ATTR_LEAF_TO_NODE)) { in xfs_attr3_leaf_to_node()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | scrub.c | 554 if (XFS_TEST_ERROR(needs_fix, mp, XFS_ERRTAG_FORCE_SCRUB_REPAIR)) in xfs_scrub_metadata()
|