Searched refs:t_mountp (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_iunlink_item.c55 struct xfs_mount *mp = tp->t_mountp;
147 struct xfs_mount *mp = tp->t_mountp;
H A Dxfs_trans.c70 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false);
75 sb_end_intwrite(tp->t_mountp->m_super);
102 ntp->t_mountp = tp->t_mountp;
156 struct xfs_mount *mp = tp->t_mountp;
278 tp->t_mountp = mp;
360 xfs_mount_t *mp = tp->t_mountp;
488 if (!xfs_has_lazysbcount((tp->t_mountp))) {
514 struct xfs_mount *mp = tp->t_mountp;
595 struct xfs_mount *mp = tp->t_mountp;
[all...]
H A Dxfs_trans_dquot.c62 xfs_has_bigtime(tp->t_mountp) &&
169 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo;
244 xfs_mount_t *mp = tp->t_mountp;
305 ASSERT(XFS_IS_QUOTA_ON(tp->t_mountp));
453 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo;
622 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo;
1002 struct xfs_mount *mp = tp->t_mountp;
H A Dxfs_extfree_item.c379 struct xfs_mount *mp = tp->t_mountp;
412 xfs_log_item_init(tp->t_mountp, &efdp->efd_item, XFS_LI_EFD,
452 struct xfs_mount *mp = tp->t_mountp;
467 trace_xfs_bmap_free_deferred(tp->t_mountp, xefi->xefi_pag->pag_agno, 0,
531 struct xfs_mount *mp = tp->t_mountp;
665 efip = xfs_efi_init(tp->t_mountp, count);
H A Dxfs_exchmaps_item.c230 xmi_lip = xfs_xmi_init(tp->t_mountp);
257 xfs_log_item_init(tp->t_mountp, &xmd_lip->xmd_item, XFS_LI_XMD,
271 trace_xfs_exchmaps_defer(tp->t_mountp, xmi);
496 xmi_lip = xfs_xmi_init(tp->t_mountp);
H A Dxfs_trans_buf.c75 xfs_buf_item_init(bp, tp->t_mountp);
141 if (xfs_is_shutdown(tp->t_mountp)) {
175 struct xfs_buf *bp = tp->t_mountp->m_sb_bp;
270 xfs_force_shutdown(tp->t_mountp,
296 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR);
H A Dxfs_fsmap.c207 struct xfs_mount *mp = tp->t_mountp;
276 struct xfs_mount *mp = tp->t_mountp;
437 struct xfs_mount *mp = tp->t_mountp;
511 struct xfs_mount *mp = tp->t_mountp;
590 struct xfs_mount *mp = tp->t_mountp;
733 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp,
766 *curpp = xfs_bnobt_init_cursor(tp->t_mountp, tp, info->agf_bp,
H A Dxfs_refcount_item.c295 struct xfs_mount *mp = tp->t_mountp;
319 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD,
518 cuip = xfs_cui_init(tp->t_mountp, count);
H A Dxfs_bmap_item.c289 struct xfs_mount *mp = tp->t_mountp;
313 xfs_log_item_init(tp->t_mountp, &budp->bud_item, XFS_LI_BUD,
352 xfs_bmap_update_get_group(tp->t_mountp, bi);
573 buip = xfs_bui_init(tp->t_mountp);
H A Dxfs_rmap_item.c321 struct xfs_mount *mp = tp->t_mountp;
345 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, XFS_LI_RUD,
572 ruip = xfs_rui_init(tp->t_mountp, count);
H A Dxfs_icreate_item.c103 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE,
H A Dxfs_trans.h133 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member in struct:xfs_trans
H A Dxfs_inode.c770 struct xfs_mount *mp = tp->t_mountp;
906 xfs_info_ratelimited(tp->t_mountp,
935 xfs_info_ratelimited(tp->t_mountp,
2134 trace_xfs_iunlink_update_bucket(tp->t_mountp, pag->pag_agno, bucket_index,
2223 struct xfs_mount *mp = tp->t_mountp;
2281 struct xfs_mount *mp = tp->t_mountp;
2310 struct xfs_mount *mp = tp->t_mountp;
2804 if (dp->i_ino != tp->t_mountp->m_sb.sb_rootino) {
2806 tp->t_mountp->m_sb.sb_rootino, 0);
2958 if (xfs_has_wsync(tp->t_mountp) || xfs_has_dirsyn
[all...]
H A Dxfs_attr_item.c417 struct xfs_mount *mp = tp->t_mountp;
826 new_attrip = xfs_attri_init(tp->t_mountp, old_attrip->attri_nameval);
863 xfs_log_item_init(tp->t_mountp, &attrdp->attrd_item, XFS_LI_ATTRD,
H A Dxfs_fsops.c47 struct xfs_mount *mp = tp->t_mountp;
H A Dxfs_extent_busy.c607 error = xfs_log_force(tp->t_mountp, XFS_LOG_SYNC);
/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.c317 trace_xfs_defer_create_intent(tp->t_mountp, dfp);
379 xfs_defer_pending_abort_list(tp->t_mountp, dop_pending);
534 struct xlog *log = (*tpp)->t_mountp->m_log;
566 trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp);
567 XFS_STATS_INC((*tpp)->t_mountp, defer_relog);
587 trace_xfs_defer_pending_finish(tp->t_mountp, dfp);
593 trace_xfs_defer_finish_item(tp->t_mountp, dfp, li);
640 trace_xfs_defer_isolate_paused(tp->t_mountp, dfp);
720 xfs_force_shutdown((*tp)->t_mountp, SHUTDOWN_CORRUPT_INCORE);
722 xfs_defer_cancel_list((*tp)->t_mountp,
[all...]
H A Dxfs_exchmaps.c90 struct xfs_mount *mp = tp->t_mountp;
429 .geo = tp->t_mountp->m_attr_geo,
461 .geo = tp->t_mountp->m_dir_geo,
619 if (XFS_TEST_ERROR(false, tp->t_mountp, XFS_ERRTAG_EXCHMAPS_FINISH_ONE))
624 trace_xfs_exchmaps_defer(tp->t_mountp, xmi);
1195 if (!xfs_has_large_extent_counts(tp->t_mountp))
1226 ASSERT(xfs_has_exchange_range(tp->t_mountp));
H A Dxfs_symlink_remote.c321 struct xfs_mount *mp = tp->t_mountp;
392 struct xfs_mount *mp = tp->t_mountp;
H A Dxfs_rmap.c916 struct xfs_mount *mp = tp->t_mountp;
1168 struct xfs_mount *mp = tp->t_mountp;
2637 struct xfs_mount *mp = tp->t_mountp;
2676 if (XFS_IS_CORRUPT(tp->t_mountp, !agbp)) {
2725 trace_xfs_rmap_defer(tp->t_mountp,
2726 XFS_FSB_TO_AGNO(tp->t_mountp, bmap->br_startblock),
2728 XFS_FSB_TO_AGBNO(tp->t_mountp, bmap->br_startblock),
2741 xfs_rmap_update_get_group(tp->t_mountp, ri);
2755 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork))
2774 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfor
[all...]
H A Dxfs_refcount.c1380 struct xfs_mount *mp = tp->t_mountp;
1472 trace_xfs_refcount_defer(tp->t_mountp,
1473 XFS_FSB_TO_AGNO(tp->t_mountp, startblock),
1474 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock),
1484 xfs_refcount_update_get_group(tp->t_mountp, ri);
1496 if (!xfs_has_reflink(tp->t_mountp))
1511 if (!xfs_has_reflink(tp->t_mountp))
1882 struct xfs_mount *mp = tp->t_mountp;
1901 struct xfs_mount *mp = tp->t_mountp;
H A Dxfs_dir2.c242 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino);
333 rval = xfs_dir_ino_validate(tp->t_mountp, inum);
558 rval = xfs_dir_ino_validate(tp->t_mountp, inum);
H A Dxfs_alloc.c1961 mp = tp->t_mountp;
2441 error = xfs_trans_get_buf(tp, tp->t_mountp->m_ddev_targp,
2442 XFS_AGB_TO_DADDR(tp->t_mountp, agno, agbno),
2443 tp->t_mountp->m_bsize, 0, &bp);
2517 struct xfs_mount *mp = tp->t_mountp;
2556 struct xfs_mount *mp = tp->t_mountp;
2595 struct xfs_mount *mp = tp->t_mountp;
2636 XFS_FSB_TO_AGNO(tp->t_mountp, bno), 0,
2637 XFS_FSB_TO_AGBNO(tp->t_mountp, bno), len);
2989 struct xfs_mount *mp = tp->t_mountp;
[all...]
H A Dxfs_ialloc.c709 struct xfs_ino_geometry *igeo = M_IGEO(tp->t_mountp);
715 args.mp = tp->t_mountp;
722 if (xfs_has_sparseinodes(tp->t_mountp) &&
1098 struct xfs_mount *mp = tp->t_mountp;
1574 struct xfs_mount *mp = tp->t_mountp;
1730 struct xfs_mount *mp = tp->t_mountp;
1862 struct xfs_mount *mp = (*tpp)->t_mountp;
1964 struct xfs_mount *mp = tp->t_mountp;
2299 struct xfs_mount *mp = tp->t_mountp;
H A Dxfs_rtbitmap.c935 struct xfs_mount *mp = tp->t_mountp;
992 struct xfs_mount *mp = tp->t_mountp;

Completed in 238 milliseconds

12