Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c597 tp->t_mountp = mp; in _xfs_trans_alloc()
612 xfs_alloc_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free()
614 atomic_dec(&tp->t_mountp->m_active_trans); in xfs_trans_free()
640 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
657 atomic_inc(&tp->t_mountp->m_active_trans); in xfs_trans_dup()
696 error = xfs_icsb_modify_counters(tp->t_mountp, XFS_SBS_FDBLOCKS, in xfs_trans_reserve()
724 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
726 error = xfs_log_reserve(tp->t_mountp, logspace, in xfs_trans_reserve()
745 error = xfs_mod_incore_sb(tp->t_mountp, XFS_SBS_FREXTENTS, in xfs_trans_reserve()
769 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
[all …]
Dxfs_trans_buf.c90 xfs_buf_item_init(bp, tp->t_mountp); in _xfs_trans_bjoin()
163 if (XFS_FORCED_SHUTDOWN(tp->t_mountp)) { in xfs_trans_get_buf()
338 xfsbdstrat(tp->t_mountp, bp); in xfs_trans_read_buf()
349 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf()
394 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf()
402 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf()
Dxfs_trans_extfree.c45 efip = xfs_efi_init(tp->t_mountp, nextents); in xfs_trans_get_efi()
101 efdp = xfs_efd_init(tp->t_mountp, efip, nextents); in xfs_trans_get_efd()
Dxfs_trans_dquot.c158 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino()
211 ASSERT(XFS_IS_QUOTA_RUNNING(tp->t_mountp)); in xfs_trans_mod_dquot()
417 xfs_qm_adjust_dqlimits(tp->t_mountp, d); in xfs_trans_apply_dquot_deltas()
418 xfs_qm_adjust_dqtimers(tp->t_mountp, d); in xfs_trans_apply_dquot_deltas()
849 q = xfs_qm_qoff_logitem_init(tp->t_mountp, startqoff, flags); in xfs_trans_get_qoff_item()
Dxfs_dir2.c183 if ((error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino))) in xfs_dir_init()
206 if ((rval = xfs_dir_ino_validate(tp->t_mountp, inum))) in xfs_dir_createname()
419 if ((rval = xfs_dir_ino_validate(tp->t_mountp, inum))) in xfs_dir_replace()
Dxfs_alloc.c1474 mp = tp->t_mountp; in xfs_free_ag_extent()
1952 mp = tp->t_mountp; in xfs_alloc_get_freelist()
2012 trace_xfs_agf(tp->t_mountp, XFS_BUF_TO_AGF(bp), fields, _RET_IP_); in xfs_alloc_log_agf()
2058 mp = tp->t_mountp; in xfs_alloc_put_freelist()
2469 args.mp = tp->t_mountp; in xfs_free_extent()
2526 trace_xfs_alloc_busy_enomem(tp->t_mountp, agno, bno, len); in xfs_alloc_busy_insert()
2538 trace_xfs_alloc_busy(tp->t_mountp, agno, bno, len); in xfs_alloc_busy_insert()
2540 pag = xfs_perag_get(tp->t_mountp, new->agno); in xfs_alloc_busy_insert()
Dxfs_utils.c277 mp = tp->t_mountp; in xfs_bump_ino_vers2()
Dxfs_ialloc.c255 args.mp = tp->t_mountp; in xfs_ialloc_ag_alloc()
469 mp = tp->t_mountp; in xfs_ialloc_ag_select()
699 mp = tp->t_mountp; in xfs_dialloc()
1053 mp = tp->t_mountp; in xfs_difree()
Dxfs_trans.h399 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member
Dxfs_dir2_block.c547 btp = xfs_dir2_block_tail_p(tp->t_mountp, hdr); in xfs_dir2_block_log_leaf()
564 btp = xfs_dir2_block_tail_p(tp->t_mountp, hdr); in xfs_dir2_block_log_tail()
Dxfs_inode.c989 error = xfs_iget(tp->t_mountp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()
1010 if (xfs_sb_version_hasnlink(&tp->t_mountp->m_sb) && in xfs_ialloc()
1317 mp = tp->t_mountp; in xfs_iunlink()
1394 mp = tp->t_mountp; in xfs_iunlink_remove()
Dxfs_attr_leaf.c1033 args->trans->t_mountp->m_sb.sb_blocksize, NULL); in xfs_attr_leaf_add()
1123 mp = args->trans->t_mountp; in xfs_attr_leaf_add_work()
1218 mp = trans->t_mountp; in xfs_attr_leaf_compact()
1683 mp = args->trans->t_mountp; in xfs_attr_leaf_remove()
Dxfs_dir2_leaf.c1201 ltp = xfs_dir2_leaf_tail_p(tp->t_mountp, leaf); in xfs_dir2_leaf_log_bests()
1260 mp = tp->t_mountp; in xfs_dir2_leaf_log_tail()
Dxfs_rtalloc.c2062 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent()
2142 mp = tp->t_mountp; in xfs_rtfree_extent()
Dxfs_dir2_data.c534 mp = tp->t_mountp; in xfs_dir2_data_make_free()
Dxfs_qm.c1875 struct xfs_mount *mp = tp->t_mountp; in xfs_qm_vop_create_dqattach()
Dxfs_mount.c1640 mp = tp->t_mountp; in xfs_mod_sb()
Dxfs_trace.h1220 __entry->dev = trans->t_mountp->m_super->s_dev;
Dxfs_bmap.c3727 mp = ntp->t_mountp; in xfs_bmap_finish()