Home
last modified time | relevance | path

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

12

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_defer.c318 trace_xfs_defer_create_intent(tp->t_mountp, dfp); in xfs_defer_create_intents()
535 struct xlog *log = (*tpp)->t_mountp->m_log; 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()
747 xfs_force_shutdown((*tp)->t_mountp, in xfs_defer_finish()
766 struct xfs_mount *mp = tp->t_mountp; in xfs_defer_cancel()
860 trace_xfs_defer_add_item(tp->t_mountp, dfp, li); in xfs_defer_add()
883 trace_xfs_defer_add_item(tp->t_mountp, dfp, NULL); in xfs_defer_add_barrier()
1060 struct xfs_mount *mp = tp->t_mountp; in xfs_defer_ops_capture_and_commit()
1228 trace_xfs_defer_item_pause(tp->t_mountp, dfp); in xfs_defer_item_pause()
[all …]
H A Dxfs_inode_util.c273 struct xfs_mount *mp = tp->t_mountp; in xfs_inode_init()
476 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_insert_inode()
534 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink()
563 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_remove_inode()
665 xfs_info_ratelimited(tp->t_mountp, in xfs_droplink()
694 xfs_info_ratelimited(tp->t_mountp, in xfs_bumplink()
H A 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()
1197 if (!xfs_has_large_extent_counts(tp->t_mountp)) in xfs_exchmaps_upgrade_extent_counts()
1228 ASSERT(xfs_has_exchange_range(tp->t_mountp)); in xfs_exchange_mappings()
H A Dxfs_rtgroup.c445 struct xfs_mount *mp = tp->t_mountp; in xfs_rtginode_load()
600 struct xfs_mount *mp = tp->t_mountp; in xfs_rtginode_load_parent()
732 if (!xfs_has_rtsb(tp->t_mountp)) in xfs_log_rtsb()
743 ASSERT(tp->t_mountp->m_sb.sb_rblocks == 0); in xfs_log_rtsb()
H A 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()
562 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_replace()
904 struct xfs_mount *mp = tp->t_mountp; in xfs_dir_add_child()
999 if (dp->i_ino != tp->t_mountp->m_sb.sb_rootino) { in xfs_dir_remove_child()
1001 tp->t_mountp->m_sb.sb_rootino, 0); in xfs_dir_remove_child()
1195 struct xfs_mount *mp = tp->t_mountp; in xfs_dir_rename_children()
H A Dxfs_symlink_remote.c323 struct xfs_mount *mp = tp->t_mountp; in xfs_symlink_write_target()
394 struct xfs_mount *mp = tp->t_mountp; in xfs_symlink_remote_truncate()
H A Dxfs_dquot_buf.c362 struct xfs_mount *mp = tp->t_mountp; in xfs_dqinode_load()
506 struct xfs_mount *mp = tp->t_mountp; in xfs_dqinode_load_parent()
H A Dxfs_ialloc.c708 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp); in xfs_ialloc_ag_alloc()
714 args.mp = tp->t_mountp; in xfs_ialloc_ag_alloc()
721 if (xfs_has_sparseinodes(tp->t_mountp) && in xfs_ialloc_ag_alloc()
1096 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt()
1572 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag()
1728 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_good_ag()
1893 struct xfs_mount *mp = (*tpp)->t_mountp; in xfs_dialloc()
2000 struct xfs_mount *mp = tp->t_mountp; in xfs_difree_inode_chunk()
2332 struct xfs_mount *mp = tp->t_mountp; in xfs_difree()
H A Dxfs_refcount.c1389 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_finish_one()
1502 struct xfs_mount *mp = tp->t_mountp; in xfs_rtrefcount_finish_one()
1608 if (!xfs_has_reflink(tp->t_mountp)) in xfs_refcount_increase_extent()
1624 if (!xfs_has_reflink(tp->t_mountp)) in xfs_refcount_decrease_extent()
1987 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_alloc_cow_extent()
2006 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_free_cow_extent()
H A Dxfs_rmap.c970 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_free()
1215 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_alloc()
2650 if (XFS_IS_CORRUPT(tp->t_mountp, !agbp)) { in xfs_rmap_finish_init_cursor()
2654 *pcur = xfs_rmapbt_init_cursor(tp->t_mountp, tp, agbp, pag); in xfs_rmap_finish_init_cursor()
2686 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_finish_one()
2777 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork)) in xfs_rmap_map_extent()
2797 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork)) in xfs_rmap_unmap_extent()
2843 if (!xfs_rmap_update_is_needed(tp->t_mountp, XFS_DATA_FORK)) in xfs_rmap_alloc_extent()
2865 if (!xfs_rmap_update_is_needed(tp->t_mountp, XFS_DATA_FORK)) in xfs_rmap_free_extent()
H A Dxfs_alloc.c2064 mp = tp->t_mountp; in xfs_free_ag_extent()
2607 struct xfs_mount *mp = tp->t_mountp; in xfs_agfl_reset()
2643 struct xfs_mount *mp = tp->t_mountp; in xfs_defer_extent_free()
3040 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_get_freelist()
3062 if (XFS_IS_CORRUPT(tp->t_mountp, !xfs_verify_agbno(pag, bno))) in xfs_alloc_get_freelist()
3121 trace_xfs_agf(tp->t_mountp, bp->b_addr, fields, _RET_IP_); in xfs_alloc_log_agf()
3141 struct xfs_mount *mp = tp->t_mountp; in xfs_alloc_put_freelist()
3954 args.mp = tp->t_mountp; in xfs_free_extent_fix_freelist()
3988 struct xfs_mount *mp = tp->t_mountp; in __xfs_free_extent()
/linux-6.15/fs/xfs/
H A Dxfs_trans.c77 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free()
103 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
157 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()
523 !xfs_has_rtgroups(tp->t_mountp)) { in xfs_trans_apply_sb_deltas()
524 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_apply_sb_deltas()
621 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
805 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_run_precommits()
853 struct xfs_mount *mp = tp->t_mountp; in __xfs_trans_commit()
[all …]
H A Dxfs_iunlink_item.c62 error = xfs_imap_to_bp(tp->t_mountp, tp, &ip->i_imap, &ibp); in xfs_iunlink_log_dinode()
90 xfs_dinode_calc_crc(tp->t_mountp, dip); in xfs_iunlink_log_dinode()
146 struct xfs_mount *mp = tp->t_mountp; in xfs_iunlink_log_inode()
H 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()
203 return __xfs_trans_getsb(tp, tp->t_mountp->m_sb_bp); in xfs_trans_getsb()
210 if (!tp->t_mountp->m_rtsb_bp) in xfs_trans_getrtsb()
212 return __xfs_trans_getsb(tp, tp->t_mountp->m_rtsb_bp); in xfs_trans_getrtsb()
285 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf_map()
311 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf_map()
H A Dxfs_trans_dquot.c62 xfs_has_bigtime(tp->t_mountp) && in xfs_trans_log_dquot()
172 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; in xfs_trans_mod_ino_dquot()
247 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino()
309 ASSERT(XFS_IS_QUOTA_ON(tp->t_mountp)); in xfs_trans_mod_dquot()
457 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; in xfs_trans_apply_dquot_deltas_hook()
644 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; in xfs_trans_unreserve_and_mod_dquots_hook()
1029 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_reserve_quota_icreate()
H A Dxfs_extfree_item.c412 struct xfs_mount *mp = tp->t_mountp; in __xfs_extent_free_create_intent()
463 xfs_log_item_init(tp->t_mountp, &efdp->efd_item, in xfs_extent_free_create_done()
490 struct xfs_mount *mp = tp->t_mountp; in xfs_extent_free_defer_add()
521 struct xfs_mount *mp = tp->t_mountp; in xfs_extent_free_finish_item()
575 struct xfs_mount *mp = tp->t_mountp; in xfs_agfl_free_finish_item()
710 efip = xfs_efi_init(tp->t_mountp, intent->li_type, count); in xfs_extent_free_relog_intent()
763 struct xfs_mount *mp = tp->t_mountp; in xfs_rtextent_free_finish_item()
H A 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()
H A Dxfs_fsmap.c213 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_is_shared()
288 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_helper()
477 struct xfs_mount *mp = tp->t_mountp; in __xfs_getfsmap_datadev()
619 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
652 *curpp = xfs_bnobt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
687 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_logdev()
757 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_rtdev_rtbitmap()
880 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_rtdev_rmapbt()
H A 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()
349 xfs_bmap_update_get_group(tp->t_mountp, bi); in xfs_bmap_defer_add()
578 buip = xfs_bui_init(tp->t_mountp); in xfs_bmap_relog_intent()
H A Dxfs_refcount_item.c306 struct xfs_mount *mp = tp->t_mountp; in __xfs_refcount_update_create_intent()
348 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, in xfs_refcount_update_create_done()
362 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_defer_add()
575 cuip = xfs_cui_init(tp->t_mountp, intent->li_type, count); in xfs_refcount_relog_intent()
H A Dxfs_rmap_item.c331 struct xfs_mount *mp = tp->t_mountp; in __xfs_rmap_update_create_intent()
373 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, in xfs_rmap_update_create_done()
387 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_defer_add()
628 ruip = xfs_rui_init(tp->t_mountp, intent->li_type, count); in xfs_rmap_relog_intent()
H A Dxfs_icreate_item.c103 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
H A 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()
H A Dxfs_trans.h134 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member
H A Dxfs_rtalloc.c868 struct xfs_mount *mp = tp->t_mountp; in xfs_growfs_rt_sb_fields()
1908 .mp = tp->t_mountp, in xfs_rtallocate_rtg()
2020 struct xfs_mount *mp = tp->t_mountp; in xfs_rtallocate_rtgs()
2144 ASSERT(!xfs_has_zoned(ap->tp->t_mountp)); in xfs_bmap_rtalloc()

12