/fs/xfs/libxfs/ |
D | xfs_defer.c | 204 trace_xfs_defer_intake_work(tp->t_mountp, dfp); in xfs_defer_intake_work() 205 list_sort(tp->t_mountp, &dfp->dfp_work, in xfs_defer_intake_work() 223 trace_xfs_defer_trans_abort(tp->t_mountp, dop); in xfs_defer_trans_abort() 227 trace_xfs_defer_pending_abort(tp->t_mountp, dfp); in xfs_defer_trans_abort() 235 xfs_force_shutdown(tp->t_mountp, (error == -EFSCORRUPTED) ? in xfs_defer_trans_abort() 256 trace_xfs_defer_trans_roll((*tp)->t_mountp, dop); in xfs_defer_trans_roll() 261 trace_xfs_defer_trans_roll_error((*tp)->t_mountp, dop, error); in xfs_defer_trans_roll() 332 trace_xfs_defer_finish((*tp)->t_mountp, dop); in xfs_defer_finish() 347 trace_xfs_defer_pending_finish((*tp)->t_mountp, dfp); in xfs_defer_finish() 406 trace_xfs_defer_finish_error((*tp)->t_mountp, dop, error); in xfs_defer_finish() [all …]
|
D | xfs_dir2.c | 244 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino); in xfs_dir_init() 280 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_createname() 519 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_replace()
|
D | xfs_ialloc.c | 614 args.mp = tp->t_mountp; in xfs_ialloc_ag_alloc() 620 if (xfs_sb_version_hassparseinodes(&tp->t_mountp->m_sb) && in xfs_ialloc_ag_alloc() 931 mp = tp->t_mountp; in xfs_ialloc_ag_select() 1112 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt() 1536 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag() 1676 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc() 2137 mp = tp->t_mountp; in xfs_difree()
|
D | xfs_alloc.c | 1677 mp = tp->t_mountp; in xfs_free_ag_extent() 2223 xfs_mount_t *mp = tp->t_mountp; in xfs_alloc_get_freelist() 2306 trace_xfs_agf(tp->t_mountp, XFS_BUF_TO_AGF(bp), fields, _RET_IP_); in xfs_alloc_log_agf() 2355 mp = tp->t_mountp; in xfs_alloc_put_freelist() 2814 args.mp = tp->t_mountp; in xfs_free_extent_fix_freelist() 2850 struct xfs_mount *mp = tp->t_mountp; in xfs_free_extent()
|
D | xfs_dir2_block.c | 582 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_leaf() 599 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_tail()
|
D | xfs_refcount.c | 1052 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_finish_one() 1088 error = xfs_alloc_read_agf(tp->t_mountp, tp, agno, in xfs_refcount_finish_one()
|
D | xfs_rtbitmap.c | 986 mp = tp->t_mountp; in xfs_rtfree_extent()
|
D | xfs_rmap.c | 583 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_free() 825 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_alloc() 2058 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_finish_one()
|
D | xfs_bmap.c | 3569 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_longest_free_extent() 3967 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_remap_alloc() 3978 args.mp = ap->tp->t_mountp; in xfs_bmap_remap_alloc() 6674 trace_xfs_bmap_deferred(tp->t_mountp, in xfs_bmap_finish_one() 6675 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type, in xfs_bmap_finish_one() 6676 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in xfs_bmap_finish_one() 6684 if (XFS_TEST_ERROR(false, tp->t_mountp, in xfs_bmap_finish_one()
|
D | xfs_sb.c | 838 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb()
|
/fs/xfs/ |
D | xfs_trans.c | 58 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free() 60 atomic_dec(&tp->t_mountp->m_active_trans); in xfs_trans_free() 62 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free() 87 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup() 108 atomic_inc(&tp->t_mountp->m_active_trans); in xfs_trans_dup() 145 error = xfs_mod_fdblocks(tp->t_mountp, -((int64_t)blocks), rsvd); in xfs_trans_reserve() 174 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve() 176 error = xfs_log_reserve(tp->t_mountp, in xfs_trans_reserve() 196 error = xfs_mod_frextents(tp->t_mountp, -((int64_t)rtextents)); in xfs_trans_reserve() 212 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve() [all …]
|
D | xfs_trans_extfree.c | 50 efdp = xfs_efd_init(tp->t_mountp, efip, nextents); in xfs_trans_get_efd() 73 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_free_extent() 80 trace_xfs_bmap_free_deferred(tp->t_mountp, agno, 0, agbno, ext_len); in xfs_trans_free_extent() 133 efip = xfs_efi_init(tp->t_mountp, count); in xfs_extent_free_create_intent()
|
D | xfs_refcount_item.c | 499 tp->t_mountp, &dfops, &irec); in xfs_cui_recover() 503 tp->t_mountp, &dfops, &irec); in xfs_cui_recover() 507 tp->t_mountp, &dfops, in xfs_cui_recover() 513 tp->t_mountp, &dfops, in xfs_cui_recover()
|
D | xfs_trans_dquot.c | 154 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino() 214 ASSERT(XFS_IS_QUOTA_RUNNING(tp->t_mountp)); in xfs_trans_mod_dquot() 413 xfs_qm_adjust_dqlimits(tp->t_mountp, dqp); in xfs_trans_apply_dquot_deltas() 414 xfs_qm_adjust_dqtimers(tp->t_mountp, d); in xfs_trans_apply_dquot_deltas() 860 q = xfs_qm_qoff_logitem_init(tp->t_mountp, startqoff, flags); in xfs_trans_get_qoff_item()
|
D | xfs_trans_refcount.c | 45 cudp = xfs_cud_init(tp->t_mountp, cuip); in xfs_trans_get_cud() 113 cuip = xfs_cui_init(tp->t_mountp, count); in xfs_refcount_update_create_intent()
|
D | xfs_trans_buf.c | 89 xfs_buf_item_init(bp, tp->t_mountp); in _xfs_trans_bjoin() 156 if (XFS_FORCED_SHUTDOWN(tp->t_mountp)) { in xfs_trans_get_buf_map() 315 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf_map() 435 if (XFS_FORCED_SHUTDOWN(tp->t_mountp) && freed) { in xfs_trans_brelse()
|
D | xfs_trans_bmap.c | 46 budp = xfs_bud_init(tp->t_mountp, buip); in xfs_trans_get_bud() 113 buip = xfs_bui_init(tp->t_mountp); in xfs_bmap_update_create_intent()
|
D | xfs_trans_rmap.c | 84 rudp = xfs_rud_init(tp->t_mountp, ruip); in xfs_trans_get_rud() 153 ruip = xfs_rui_init(tp->t_mountp, count); in xfs_rmap_update_create_intent()
|
D | xfs_extent_busy.c | 56 trace_xfs_extent_busy(tp->t_mountp, agno, bno, len); in xfs_extent_busy_insert() 58 pag = xfs_perag_get(tp->t_mountp, new->agno); in xfs_extent_busy_insert()
|
D | xfs_icreate_item.c | 173 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
|
D | xfs_bmap_util.c | 1757 error = xfs_bmap_unmap_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap() 1763 error = xfs_bmap_unmap_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap() 1769 error = xfs_bmap_map_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap() 1775 error = xfs_bmap_map_extent((*tpp)->t_mountp, &dfops, in xfs_swap_extent_rmap()
|
D | xfs_trans.h | 117 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member
|
D | xfs_bmap_item.c | 498 error = xfs_bmap_unmap_extent(tp->t_mountp, &dfops, ip, &irec); in xfs_bui_recover()
|
D | xfs_inode.c | 783 struct xfs_mount *mp = tp->t_mountp; in xfs_ialloc() 1992 xfs_mount_t *mp = tp->t_mountp; in xfs_iunlink() 2084 mp = tp->t_mountp; in xfs_iunlink_remove() 2770 if (tp->t_mountp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_finish_rename()
|
D | xfs_reflink.c | 819 error = xfs_refcount_free_cow_extent(tp->t_mountp, &dfops, in xfs_reflink_end_cow() 825 error = xfs_bmap_map_extent(tp->t_mountp, &dfops, ip, &del); in xfs_reflink_end_cow()
|