Home
last modified time | relevance | path

Searched refs:XFS_TEST_ERROR (Results 1 – 16 of 16) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_error.h71 #define XFS_TEST_ERROR(expr, mp, tag) \ macro
82 #define XFS_TEST_ERROR(expr, mp, tag) (expr) macro
Dxfs_inode.c3472 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()
Dxfs_iomap.c524 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()
Dxfs_trans_ail.c347 if (XFS_TEST_ERROR(false, ailp->ail_mount, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
Dxfs_log.c864 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()
Dxfs_buf.c2163 if (XFS_TEST_ERROR(false, bp->b_target->bt_mount, in xfs_buf_set_ref()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag_resv.c100 return XFS_TEST_ERROR(avail < orig / 10 || avail < XFS_BTREE_MAXLEVELS, in xfs_ag_resv_critical()
Dxfs_dir2.c198 if (unlikely(XFS_TEST_ERROR(!ino_ok, mp, XFS_ERRTAG_DIR_INO_VALIDATE))) { in xfs_dir_ino_validate()
Dxfs_refcount.c847 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()
Dxfs_inode_buf.c104 if (unlikely(XFS_TEST_ERROR(!di_ok, mp, in xfs_inode_buf_verify()
Dxfs_bmap.c3830 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()
Dxfs_alloc.c2661 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()
Dxfs_btree.c111 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()
Dxfs_ialloc.c2562 if (XFS_TEST_ERROR(fa, mp, XFS_ERRTAG_IALLOC_READ_AGI)) in xfs_agi_read_verify()
Dxfs_rmap.c2187 if (XFS_TEST_ERROR(false, mp, in xfs_rmap_finish_one()
/linux-4.19.296/fs/xfs/scrub/
Dscrub.c539 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_FORCE_SCRUB_REPAIR)) in xfs_scrub_metadata()