Home
last modified time | relevance | path

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

12

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.c318 trace_xfs_defer_create_intent(tp->t_mountp, dfp); in xfs_defer_create_intents()
380 xfs_defer_pending_abort_list(tp->t_mountp, dop_pending); in xfs_defer_trans_abort()
535 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
567 trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp); in xfs_defer_relog()
568 XFS_STATS_INC((*tpp)->t_mountp, defer_relog); in xfs_defer_relog()
588 trace_xfs_defer_pending_finish(tp->t_mountp, dfp); in xfs_defer_finish_one()
594 trace_xfs_defer_finish_item(tp->t_mountp, dfp, li); in xfs_defer_finish_one()
641 trace_xfs_defer_isolate_paused(tp->t_mountp, dfp); in xfs_defer_isolate_paused()
721 xfs_force_shutdown((*tp)->t_mountp, SHUTDOWN_CORRUPT_INCORE); in xfs_defer_finish_noroll()
723 xfs_defer_cancel_list((*tp)->t_mountp, &dop_pending); in xfs_defer_finish_noroll()
[all …]
Dxfs_inode_util.c271 struct xfs_mount *mp = tp->t_mountp; in xfs_inode_init()
445 trace_xfs_iunlink_update_bucket(tp->t_mountp, pag->pag_agno, bucket_index, in xfs_iunlink_update_bucket()
473 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_insert_inode()
531 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink()
560 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_remove_inode()
662 xfs_info_ratelimited(tp->t_mountp, in xfs_droplink()
691 xfs_info_ratelimited(tp->t_mountp, in xfs_bumplink()
Dxfs_exchmaps.c90 struct xfs_mount *mp = tp->t_mountp; in xfs_exchmaps_update_size()
429 .geo = tp->t_mountp->m_attr_geo, in xfs_exchmaps_attr_to_sf()
461 .geo = tp->t_mountp->m_dir_geo, in xfs_exchmaps_dir_to_sf()
619 if (XFS_TEST_ERROR(false, tp->t_mountp, XFS_ERRTAG_EXCHMAPS_FINISH_ONE)) in xfs_exchmaps_finish_one()
624 trace_xfs_exchmaps_defer(tp->t_mountp, xmi); in xfs_exchmaps_finish_one()
1195 if (!xfs_has_large_extent_counts(tp->t_mountp)) in xfs_exchmaps_upgrade_extent_counts()
1226 ASSERT(xfs_has_exchange_range(tp->t_mountp)); in xfs_exchange_mappings()
Dxfs_dir2.c247 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino); in xfs_dir_init()
338 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_createname()
563 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_replace()
905 struct xfs_mount *mp = tp->t_mountp; in xfs_dir_add_child()
1000 if (dp->i_ino != tp->t_mountp->m_sb.sb_rootino) { in xfs_dir_remove_child()
1002 tp->t_mountp->m_sb.sb_rootino, 0); in xfs_dir_remove_child()
1196 struct xfs_mount *mp = tp->t_mountp; in xfs_dir_rename_children()
Dxfs_symlink_remote.c321 struct xfs_mount *mp = tp->t_mountp; in xfs_symlink_write_target()
392 struct xfs_mount *mp = tp->t_mountp; in xfs_symlink_remote_truncate()
Dxfs_rtbitmap.c967 struct xfs_mount *mp = tp->t_mountp; in xfs_rtfree_extent()
1024 struct xfs_mount *mp = tp->t_mountp; in xfs_rtfree_blocks()
1181 xfs_trans_ijoin(tp, tp->t_mountp->m_rbmip, XFS_ILOCK_EXCL); in xfs_rtbitmap_trans_join()
1182 xfs_trans_ijoin(tp, tp->t_mountp->m_rsumip, XFS_ILOCK_EXCL); in xfs_rtbitmap_trans_join()
Dxfs_ialloc.c709 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp); in xfs_ialloc_ag_alloc()
715 args.mp = tp->t_mountp; in xfs_ialloc_ag_alloc()
722 if (xfs_has_sparseinodes(tp->t_mountp) && in xfs_ialloc_ag_alloc()
1098 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt()
1574 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag()
1730 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_good_ag()
1861 struct xfs_mount *mp = (*tpp)->t_mountp; in xfs_dialloc()
1980 struct xfs_mount *mp = tp->t_mountp; in xfs_difree_inode_chunk()
2314 struct xfs_mount *mp = tp->t_mountp; in xfs_difree()
Dxfs_rmap.c900 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_free()
1144 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_alloc()
2573 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_finish_one()
2605 if (XFS_IS_CORRUPT(tp->t_mountp, !agbp)) { in xfs_rmap_finish_one()
2673 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork)) in xfs_rmap_map_extent()
2692 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork)) in xfs_rmap_unmap_extent()
2737 if (!xfs_rmap_update_is_needed(tp->t_mountp, XFS_DATA_FORK)) in xfs_rmap_alloc_extent()
2740 bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno); in xfs_rmap_alloc_extent()
2759 if (!xfs_rmap_update_is_needed(tp->t_mountp, XFS_DATA_FORK)) in xfs_rmap_free_extent()
2762 bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno); in xfs_rmap_free_extent()
Dxfs_refcount.c1344 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_finish_one()
1450 if (!xfs_has_reflink(tp->t_mountp)) in xfs_refcount_increase_extent()
1465 if (!xfs_has_reflink(tp->t_mountp)) in xfs_refcount_decrease_extent()
1827 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_alloc_cow_extent()
1846 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_free_cow_extent()
Dxfs_alloc.c2063 mp = tp->t_mountp; in xfs_free_ag_extent()
2606 struct xfs_mount *mp = tp->t_mountp; in xfs_agfl_reset()
2642 struct xfs_mount *mp = tp->t_mountp; in xfs_defer_extent_free()
3029 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_get_freelist()
3051 if (XFS_IS_CORRUPT(tp->t_mountp, !xfs_verify_agbno(pag, bno))) in xfs_alloc_get_freelist()
3110 trace_xfs_agf(tp->t_mountp, bp->b_addr, fields, _RET_IP_); in xfs_alloc_log_agf()
3130 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_put_freelist()
3946 args.mp = tp->t_mountp; in xfs_free_extent_fix_freelist()
3980 struct xfs_mount *mp = tp->t_mountp; in __xfs_free_extent()
/linux-6.12.1/fs/xfs/
Dxfs_trans.c70 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free()
75 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free()
102 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
156 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_reserve()
278 tp->t_mountp = mp; in xfs_trans_alloc()
360 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb()
488 if (!xfs_has_lazysbcount((tp->t_mountp))) { in xfs_trans_apply_sb_deltas()
514 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_apply_sb_deltas()
595 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
687 ASSERT(lip->li_log == tp->t_mountp->m_log); in xfs_trans_add_item()
[all …]
Dxfs_trans_dquot.c62 xfs_has_bigtime(tp->t_mountp) && in xfs_trans_log_dquot()
169 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; in xfs_trans_mod_ino_dquot()
244 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino()
305 ASSERT(XFS_IS_QUOTA_ON(tp->t_mountp)); in xfs_trans_mod_dquot()
453 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; in xfs_trans_apply_dquot_deltas_hook()
622 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; in xfs_trans_unreserve_and_mod_dquots_hook()
1002 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_reserve_quota_icreate()
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()
Dxfs_extfree_item.c397 struct xfs_mount *mp = tp->t_mountp; in xfs_extent_free_create_intent()
430 xfs_log_item_init(tp->t_mountp, &efdp->efd_item, XFS_LI_EFD, in xfs_extent_free_create_done()
446 struct xfs_mount *mp = tp->t_mountp; in xfs_extent_free_defer_add()
481 struct xfs_mount *mp = tp->t_mountp; in xfs_extent_free_finish_item()
535 struct xfs_mount *mp = tp->t_mountp; in xfs_agfl_free_finish_item()
658 efip = xfs_efi_init(tp->t_mountp, count); in xfs_extent_free_relog_intent()
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()
Dxfs_exchmaps_item.c230 xmi_lip = xfs_xmi_init(tp->t_mountp); in xfs_exchmaps_create_intent()
257 xfs_log_item_init(tp->t_mountp, &xmd_lip->xmd_item, XFS_LI_XMD, in xfs_exchmaps_create_done()
271 trace_xfs_exchmaps_defer(tp->t_mountp, xmi); in xfs_exchmaps_defer_add()
496 xmi_lip = xfs_xmi_init(tp->t_mountp); in xfs_exchmaps_relog_intent()
Dxfs_refcount_item.c291 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_update_create_intent()
315 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_refcount_update_create_done()
329 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_defer_add()
520 cuip = xfs_cui_init(tp->t_mountp, count); in xfs_refcount_relog_intent()
Dxfs_fsmap.c209 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_is_shared()
278 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_helper()
469 struct xfs_mount *mp = tp->t_mountp; in __xfs_getfsmap_datadev()
612 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
645 *curpp = xfs_bnobt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
675 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_logdev()
748 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_rtdev_rtbitmap()
Dxfs_rmap_item.c314 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_update_create_intent()
338 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, XFS_LI_RUD, in xfs_rmap_update_create_done()
352 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_defer_add()
571 ruip = xfs_rui_init(tp->t_mountp, count); in xfs_rmap_relog_intent()
Dxfs_bmap_item.c289 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_update_create_intent()
313 xfs_log_item_init(tp->t_mountp, &budp->bud_item, XFS_LI_BUD, in xfs_bmap_update_create_done()
348 xfs_bmap_update_get_group(tp->t_mountp, bi); in xfs_bmap_defer_add()
586 buip = xfs_bui_init(tp->t_mountp); in xfs_bmap_relog_intent()
Dxfs_icreate_item.c103 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
Dxfs_attr_item.c417 struct xfs_mount *mp = tp->t_mountp; in xfs_attr_create_intent()
826 new_attrip = xfs_attri_init(tp->t_mountp, old_attrip->attri_nameval); in xfs_attr_relog_intent()
863 xfs_log_item_init(tp->t_mountp, &attrdp->attrd_item, XFS_LI_ATTRD, in xfs_attr_create_done()
Dxfs_trans.h135 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member
Dxfs_fsops.c47 struct xfs_mount *mp = tp->t_mountp; in xfs_resizefs_init_new_ags()
Dxfs_extent_busy.c607 error = xfs_log_force(tp->t_mountp, XFS_LOG_SYNC); in xfs_extent_busy_flush()

12