/Linux-v6.1/fs/xfs/ |
D | xfs_error.h | 46 #define XFS_TEST_ERROR(expr, mp, tag) \ macro 57 #define XFS_TEST_ERROR(expr, mp, tag) (expr) macro
|
D | xfs_inode.c | 3118 if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC), in xfs_iflush() 3126 if (XFS_TEST_ERROR( in xfs_iflush() 3136 if (XFS_TEST_ERROR( in xfs_iflush() 3147 if (XFS_TEST_ERROR(ip->i_df.if_nextents + xfs_ifork_nextents(&ip->i_af) > in xfs_iflush() 3157 if (XFS_TEST_ERROR(ip->i_forkoff > mp->m_sb.sb_inodesize, in xfs_iflush()
|
D | xfs_iomap.c | 934 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_buffered_write_iomap_begin() 1145 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_DROP_WRITES)) { in xfs_buffered_write_iomap_end()
|
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()
|
D | xfs_attr_item.c | 327 if (XFS_TEST_ERROR(false, args->dp->i_mount, XFS_ERRTAG_LARP)) { in xfs_xattri_finish_update()
|
D | xfs_buf.c | 1426 XFS_TEST_ERROR(false, bp->b_mount, XFS_ERRTAG_BUF_IOERROR)) in xfs_buf_bio_end_io() 2325 if (XFS_TEST_ERROR(false, bp->b_mount, XFS_ERRTAG_BUF_LRU_REF)) in xfs_buf_set_ref()
|
D | xfs_log.c | 1038 if (XFS_TEST_ERROR(xfs_fs_has_sickness(mp, XFS_SICK_FS_COUNTERS), mp, in xfs_log_unmount_write() 1400 if (XFS_TEST_ERROR(error, log->l_mp, XFS_ERRTAG_IODONE_IOERR)) { in xlog_ioend_work() 2094 if (XFS_TEST_ERROR(false, log->l_mp, XFS_ERRTAG_LOG_BAD_CRC)) { in xlog_sync()
|
/Linux-v6.1/fs/xfs/libxfs/ |
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()
|
D | xfs_inode_fork.c | 747 if (XFS_TEST_ERROR(false, ip->i_mount, XFS_ERRTAG_REDUCE_MAX_IEXTENTS)) in xfs_iext_count_may_overflow() 772 XFS_TEST_ERROR(false, ip->i_mount, XFS_ERRTAG_REDUCE_MAX_IEXTENTS)) in xfs_iext_count_upgrade()
|
D | xfs_bmap.c | 3886 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) in xfs_bmapi_read() 4076 if (unlikely(XFS_TEST_ERROR(false, mp, in xfs_bmap_alloc_userdata() 4117 if (unlikely(XFS_TEST_ERROR(false, mp, in xfs_bmapi_allocate() 4367 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmapi_write() 4653 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmapi_remap() 5762 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_collapse_extents() 5877 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_insert_extents() 5980 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_split_extent() 6167 if (XFS_TEST_ERROR(false, tp->t_mountp, in xfs_bmap_finish_one()
|
D | xfs_dir2.c | 213 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_DIR_INO_VALIDATE)) { in xfs_dir_ino_validate()
|
D | xfs_inode_buf.c | 62 if (unlikely(XFS_TEST_ERROR(!di_ok, mp, in xfs_inode_buf_verify()
|
D | xfs_refcount.c | 934 XFS_TEST_ERROR(false, cur->bc_mp, in xfs_refcount_still_have_space() 1240 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_REFCOUNT_FINISH_ONE)) { in xfs_refcount_finish_one()
|
D | xfs_alloc.c | 3011 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_ALLOC_READ_AGF)) in xfs_agf_read_verify() 3402 if (XFS_TEST_ERROR(false, mp, in __xfs_free_extent()
|
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()
|
D | xfs_ialloc.c | 2533 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_IALLOC_READ_AGI)) in xfs_agi_read_verify()
|
D | xfs_rmap.c | 2417 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_RMAP_FINISH_ONE)) { in xfs_rmap_finish_one()
|
D | xfs_da_btree.c | 497 if (XFS_TEST_ERROR(false, state->mp, XFS_ERRTAG_DA_LEAF_SPLIT)) in xfs_da3_split()
|
D | xfs_attr_leaf.c | 1231 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_ATTR_LEAF_TO_NODE)) { in xfs_attr3_leaf_to_node()
|
/Linux-v6.1/fs/xfs/scrub/ |
D | scrub.c | 520 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_FORCE_SCRUB_REPAIR)) in xfs_scrub_metadata()
|