Searched refs:XFS_TEST_ERROR (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/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 | 2009 if (XFS_TEST_ERROR(false, pag->pag_mount, XFS_ERRTAG_IUNLINK_FALLBACK)) in xfs_iunlink_add_backref() 3460 if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC), in xfs_iflush() 3468 if (XFS_TEST_ERROR( in xfs_iflush() 3478 if (XFS_TEST_ERROR( in xfs_iflush() 3489 if (XFS_TEST_ERROR(ip->i_df.if_nextents + xfs_ifork_nextents(ip->i_afp) > in xfs_iflush() 3499 if (XFS_TEST_ERROR(ip->i_d.di_forkoff > mp->m_sb.sb_inodesize, in xfs_iflush()
|
D | xfs_iomap.c | 883 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_buffered_write_iomap_begin() 1095 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_DROP_WRITES)) { in xfs_buffered_write_iomap_end()
|
D | xfs_trans_ail.c | 400 if (XFS_TEST_ERROR(false, ailp->ail_mount, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
|
D | xfs_buf.c | 1453 XFS_TEST_ERROR(false, bp->b_mount, XFS_ERRTAG_BUF_IOERROR)) in xfs_buf_bio_end_io() 2345 if (XFS_TEST_ERROR(false, bp->b_mount, XFS_ERRTAG_BUF_LRU_REF)) in xfs_buf_set_ref()
|
D | xfs_log.c | 910 if (XFS_TEST_ERROR(xfs_fs_has_sickness(mp, XFS_SICK_FS_COUNTERS), mp, in xfs_log_unmount_write() 1194 if (XFS_TEST_ERROR(error, log->l_mp, XFS_ERRTAG_IODONE_IOERR)) { in xlog_ioend_work() 1877 if (XFS_TEST_ERROR(false, log->l_mp, XFS_ERRTAG_LOG_BAD_CRC)) { in xlog_sync()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_ag_resv.c | 94 return XFS_TEST_ERROR(avail < orig / 10 || avail < XFS_BTREE_MAXLEVELS, in xfs_ag_resv_critical()
|
D | xfs_dir2.c | 201 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_DIR_INO_VALIDATE)) { in xfs_dir_ino_validate()
|
D | xfs_inode_buf.c | 63 if (unlikely(XFS_TEST_ERROR(!di_ok, mp, in xfs_inode_buf_verify()
|
D | xfs_refcount.c | 895 XFS_TEST_ERROR(false, cur->bc_mp, in xfs_refcount_still_have_space() 1159 if (XFS_TEST_ERROR(false, mp, in xfs_refcount_finish_one()
|
D | xfs_bmap.c | 3892 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) in xfs_bmapi_read() 4368 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmapi_write() 4647 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmapi_remap() 5788 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_collapse_extents() 5905 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_insert_extents() 6010 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BMAPIFORMAT)) { in xfs_bmap_split_extent() 6199 if (XFS_TEST_ERROR(false, tp->t_mountp, in xfs_bmap_finish_one()
|
D | xfs_alloc.c | 2911 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_ALLOC_READ_AGF)) in xfs_agf_read_verify() 3290 if (XFS_TEST_ERROR(false, mp, in __xfs_free_extent()
|
D | xfs_btree.c | 110 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BTREE_CHECK_LBLOCK)) { in xfs_btree_check_lblock() 173 XFS_TEST_ERROR(false, mp, XFS_ERRTAG_BTREE_CHECK_SBLOCK)) { in xfs_btree_check_sblock()
|
D | xfs_ialloc.c | 2571 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_IALLOC_READ_AGI)) in xfs_agi_read_verify()
|
D | xfs_rmap.c | 2380 if (XFS_TEST_ERROR(false, mp, in xfs_rmap_finish_one()
|
/Linux-v5.10/fs/xfs/scrub/ |
D | scrub.c | 530 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_FORCE_SCRUB_REPAIR)) in xfs_scrub_metadata()
|