Searched refs:XFS_TEST_ERROR (Results 1 – 16 of 16) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_error.h | 71 #define XFS_TEST_ERROR(expr, mp, tag) \ macro 82 #define XFS_TEST_ERROR(expr, mp, tag) (expr) macro
|
D | xfs_inode.c | 3472 if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC), in xfs_iflush_int() 3480 if (XFS_TEST_ERROR( in xfs_iflush_int() 3490 if (XFS_TEST_ERROR( in xfs_iflush_int() 3501 if (XFS_TEST_ERROR(ip->i_d.di_nextents + ip->i_d.di_anextents > in xfs_iflush_int() 3511 if (XFS_TEST_ERROR(ip->i_d.di_forkoff > mp->m_sb.sb_inodesize, in xfs_iflush_int()
|
D | xfs_iomap.c | 524 if (unlikely(XFS_TEST_ERROR( in xfs_file_iomap_begin_delay() 1154 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_DROP_WRITES)) { in xfs_file_iomap_end_delalloc()
|
D | xfs_trans_ail.c | 347 if (XFS_TEST_ERROR(false, ailp->ail_mount, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
|
D | xfs_log.c | 864 if (XFS_TEST_ERROR((mp->m_flags & XFS_MOUNT_BAD_SUMMARY), mp, in xfs_log_write_unmount_record() 1264 if (XFS_TEST_ERROR(bp->b_error, l->l_mp, XFS_ERRTAG_IODONE_IOERR) || in xlog_iodone() 1925 if (XFS_TEST_ERROR(false, log->l_mp, XFS_ERRTAG_LOG_BAD_CRC)) { in xlog_sync()
|
D | xfs_buf.c | 2163 if (XFS_TEST_ERROR(false, bp->b_target->bt_mount, in xfs_buf_set_ref()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_ag_resv.c | 100 return XFS_TEST_ERROR(avail < orig / 10 || avail < XFS_BTREE_MAXLEVELS, in xfs_ag_resv_critical()
|
D | xfs_dir2.c | 198 if (unlikely(XFS_TEST_ERROR(!ino_ok, mp, XFS_ERRTAG_DIR_INO_VALIDATE))) { in xfs_dir_ino_validate()
|
D | xfs_refcount.c | 847 XFS_TEST_ERROR(false, cur->bc_mp, in xfs_refcount_still_have_space() 1106 if (XFS_TEST_ERROR(false, mp, in xfs_refcount_finish_one()
|
D | xfs_inode_buf.c | 104 if (unlikely(XFS_TEST_ERROR(!di_ok, mp, in xfs_inode_buf_verify()
|
D | xfs_bmap.c | 3830 if (unlikely(XFS_TEST_ERROR( in xfs_bmapi_read() 4287 if (unlikely(XFS_TEST_ERROR( in xfs_bmapi_write() 4512 if (unlikely(XFS_TEST_ERROR( in xfs_bmapi_remap() 5664 if (unlikely(XFS_TEST_ERROR( in xfs_bmap_collapse_extents() 5782 if (unlikely(XFS_TEST_ERROR( in xfs_bmap_insert_extents() 5888 if (unlikely(XFS_TEST_ERROR( in xfs_bmap_split_extent_at() 6103 if (XFS_TEST_ERROR(false, tp->t_mountp, in xfs_bmap_finish_one()
|
D | xfs_alloc.c | 2661 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_ALLOC_READ_AGF)) in xfs_agf_read_verify() 3047 if (XFS_TEST_ERROR(false, mp, in __xfs_free_extent()
|
D | xfs_btree.c | 111 if (unlikely(XFS_TEST_ERROR(fa != NULL, mp, in xfs_btree_check_lblock() 175 if (unlikely(XFS_TEST_ERROR(fa != NULL, mp, in xfs_btree_check_sblock()
|
D | xfs_ialloc.c | 2562 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_IALLOC_READ_AGI)) in xfs_agi_read_verify()
|
D | xfs_rmap.c | 2187 if (XFS_TEST_ERROR(false, mp, in xfs_rmap_finish_one()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | scrub.c | 539 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_FORCE_SCRUB_REPAIR)) in xfs_scrub_metadata()
|