Home
last modified time | relevance | path

Searched refs:t_mountp (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_defer.c239 trace_xfs_defer_create_intent(tp->t_mountp, dfp); in xfs_defer_create_intents()
262 trace_xfs_defer_pending_abort(tp->t_mountp, dfp); in xfs_defer_trans_abort()
417 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
449 trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp); in xfs_defer_relog()
450 XFS_STATS_INC((*tpp)->t_mountp, defer_relog); in xfs_defer_relog()
473 trace_xfs_defer_pending_finish(tp->t_mountp, dfp); in xfs_defer_finish_one()
575 xfs_defer_cancel_list((*tp)->t_mountp, &dop_pending); in xfs_defer_finish_noroll()
596 xfs_force_shutdown((*tp)->t_mountp, in xfs_defer_finish()
612 struct xfs_mount *mp = tp->t_mountp; in xfs_defer_cancel()
736 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_CORRUPT_INCORE); in xfs_defer_ops_capture()
[all …]
A Dxfs_refcount.c1328 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_finish_one()
1426 trace_xfs_refcount_defer(tp->t_mountp, in __xfs_refcount_add()
1427 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1428 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1449 if (!xfs_has_reflink(tp->t_mountp)) in xfs_refcount_increase_extent()
1464 if (!xfs_has_reflink(tp->t_mountp)) in xfs_refcount_decrease_extent()
1825 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_alloc_cow_extent()
1844 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_free_cow_extent()
A Dxfs_alloc.c1836 mp = tp->t_mountp; in xfs_free_ag_extent()
2281 tp->t_mountp->m_bsize, 0, &bp); in xfs_free_agfl_block()
2355 struct xfs_mount *mp = tp->t_mountp; in xfs_agfl_reset()
2394 struct xfs_mount *mp = tp->t_mountp; in xfs_defer_agfl_block()
2425 struct xfs_mount *mp = tp->t_mountp; in __xfs_free_extent_later()
2459 trace_xfs_bmap_free_defer(tp->t_mountp, in __xfs_free_extent_later()
2460 XFS_FSB_TO_AGNO(tp->t_mountp, bno), 0, in __xfs_free_extent_later()
2711 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_get_freelist()
2809 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_put_freelist()
3536 args.mp = tp->t_mountp; in xfs_free_extent_fix_freelist()
[all …]
A Dxfs_rmap.c754 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_free()
1001 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_alloc()
2396 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_finish_one()
2438 if (XFS_IS_CORRUPT(tp->t_mountp, !agbp)) { in xfs_rmap_finish_one()
2513 trace_xfs_rmap_defer(tp->t_mountp, in __xfs_rmap_add()
2514 XFS_FSB_TO_AGNO(tp->t_mountp, bmap->br_startblock), in __xfs_rmap_add()
2516 XFS_FSB_TO_AGBNO(tp->t_mountp, bmap->br_startblock), in __xfs_rmap_add()
2542 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork)) in xfs_rmap_map_extent()
2561 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork)) in xfs_rmap_unmap_extent()
2606 if (!xfs_rmap_update_is_needed(tp->t_mountp, XFS_DATA_FORK)) in xfs_rmap_alloc_extent()
[all …]
A Dxfs_dir2.c234 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino); in xfs_dir_init()
269 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_createname()
500 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_replace()
A Dxfs_ialloc.c624 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp); in xfs_ialloc_ag_alloc()
630 args.mp = tp->t_mountp; in xfs_ialloc_ag_alloc()
637 if (xfs_has_sparseinodes(tp->t_mountp) && in xfs_ialloc_ag_alloc()
985 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt()
1433 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag()
1583 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_good_ag()
1715 struct xfs_mount *mp = (*tpp)->t_mountp; in xfs_dialloc()
1817 struct xfs_mount *mp = tp->t_mountp; in xfs_difree_inode_chunk()
2140 struct xfs_mount *mp = tp->t_mountp; in xfs_difree()
A Dxfs_dir2_block.c603 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_leaf()
620 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_tail()
A Dxfs_bmap.c6062 trace_xfs_bmap_defer(tp->t_mountp, in __xfs_bmap_add()
6063 XFS_FSB_TO_AGNO(tp->t_mountp, bmap->br_startblock), in __xfs_bmap_add()
6065 XFS_FSB_TO_AGBNO(tp->t_mountp, bmap->br_startblock), in __xfs_bmap_add()
6122 trace_xfs_bmap_deferred(tp->t_mountp, in xfs_bmap_finish_one()
6123 XFS_FSB_TO_AGNO(tp->t_mountp, bmap->br_startblock), in xfs_bmap_finish_one()
6125 XFS_FSB_TO_AGBNO(tp->t_mountp, bmap->br_startblock), in xfs_bmap_finish_one()
6133 if (XFS_TEST_ERROR(false, tp->t_mountp, in xfs_bmap_finish_one()
A Dxfs_rtbitmap.c974 mp = tp->t_mountp; in xfs_rtfree_extent()
/linux-6.3-rc2/fs/xfs/
A Dxfs_trans.c74 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free()
101 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
155 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_reserve()
277 tp->t_mountp = mp; in xfs_trans_alloc()
357 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb()
485 if (!xfs_has_lazysbcount((tp->t_mountp))) { in xfs_trans_apply_sb_deltas()
511 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_apply_sb_deltas()
592 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
900 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_run_precommits()
948 struct xfs_mount *mp = tp->t_mountp; in __xfs_trans_commit()
[all …]
A Dxfs_iunlink_item.c55 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_log_dinode()
147 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_log_inode()
A Dxfs_fsmap.c198 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_is_shared()
252 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_helper()
410 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_logdev()
481 struct xfs_mount *mp = tp->t_mountp; in __xfs_getfsmap_rtdev()
524 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_rtdev_rtbitmap_query()
583 struct xfs_mount *mp = tp->t_mountp; in __xfs_getfsmap_datadev()
714 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
747 *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
A Dxfs_trans_buf.c75 xfs_buf_item_init(bp, tp->t_mountp); in _xfs_trans_bjoin()
141 if (xfs_is_shutdown(tp->t_mountp)) { in xfs_trans_get_buf_map()
175 struct xfs_buf *bp = tp->t_mountp->m_sb_bp; in xfs_trans_getsb()
270 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf_map()
296 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf_map()
A Dxfs_extfree_item.c329 xfs_log_item_init(tp->t_mountp, &efdp->efd_item, XFS_LI_EFD, in xfs_trans_get_efd()
351 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_free_extent()
366 trace_xfs_bmap_free_deferred(tp->t_mountp, agno, 0, agbno, in xfs_trans_free_extent()
441 struct xfs_mount *mp = tp->t_mountp; in xfs_extent_free_create_intent()
523 struct xfs_mount *mp = tp->t_mountp; in xfs_agfl_free_finish_item()
679 efip = xfs_efi_init(tp->t_mountp, count); in xfs_efi_item_relog()
A Dxfs_trans_dquot.c61 xfs_has_bigtime(tp->t_mountp) && in xfs_trans_log_dquot()
133 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino()
194 ASSERT(XFS_IS_QUOTA_ON(tp->t_mountp)); in xfs_trans_mod_dquot()
834 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_reserve_quota_icreate()
A Dxfs_refcount_item.c237 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()
344 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_update_create_intent()
599 cuip = xfs_cui_init(tp->t_mountp, count); in xfs_cui_item_relog()
A Dxfs_rmap_item.c235 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, XFS_LI_RUD, in xfs_trans_get_rud()
369 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_update_create_intent()
607 ruip = xfs_rui_init(tp->t_mountp, count); in xfs_rui_item_relog()
A Dxfs_bmap_item.c231 xfs_log_item_init(tp->t_mountp, &budp->bud_item, XFS_LI_BUD, in xfs_trans_get_bud()
342 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_update_create_intent()
571 buip = xfs_bui_init(tp->t_mountp); in xfs_bui_item_relog()
A Dxfs_attr_item.c389 struct xfs_mount *mp = tp->t_mountp; in xfs_attr_create_intent()
684 new_attrip = xfs_attri_init(tp->t_mountp, old_attrip->attri_nameval); in xfs_attri_item_relog()
794 xfs_log_item_init(tp->t_mountp, &attrdp->attrd_item, XFS_LI_ATTRD, in xfs_trans_get_attrd()
A Dxfs_inode.c792 struct xfs_mount *mp = tp->t_mountp; in xfs_init_new_inode()
1887 trace_xfs_iunlink_update_bucket(tp->t_mountp, pag->pag_agno, bucket_index, in xfs_iunlink_update_bucket()
1914 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_insert_inode()
1968 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink()
1997 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_remove_inode()
2478 if (dp->i_ino != tp->t_mountp->m_sb.sb_rootino) { in xfs_remove()
2480 tp->t_mountp->m_sb.sb_rootino, 0); in xfs_remove()
2587 if (xfs_has_wsync(tp->t_mountp) || xfs_has_dirsync(tp->t_mountp)) in xfs_finish_rename()
A Dxfs_icreate_item.c103 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
A Dxfs_trans.h137 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member
A Dxfs_extent_busy.c43 trace_xfs_extent_busy(tp->t_mountp, pag->pag_agno, bno, len); in xfs_extent_busy_insert()
A Dxfs_fsops.c47 struct xfs_mount *mp = tp->t_mountp; in xfs_resizefs_init_new_ags()
A Dxfs_rtalloc.c1185 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent()

Completed in 61 milliseconds

12