Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.c84 tp->t_mountp = mp; in _xfs_trans_alloc()
99 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free()
101 atomic_dec(&tp->t_mountp->m_active_trans); in xfs_trans_free()
103 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free()
129 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
150 atomic_inc(&tp->t_mountp->m_active_trans); in xfs_trans_dup()
187 error = xfs_mod_fdblocks(tp->t_mountp, -((int64_t)blocks), rsvd); in xfs_trans_reserve()
216 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
218 error = xfs_log_reserve(tp->t_mountp, in xfs_trans_reserve()
238 error = xfs_mod_frextents(tp->t_mountp, -((int64_t)rtextents)); in xfs_trans_reserve()
[all …]
Dxfs_trans_extfree.c44 efip = xfs_efi_init(tp->t_mountp, nextents); in xfs_trans_get_efi()
100 efdp = xfs_efd_init(tp->t_mountp, efip, nextents); in xfs_trans_get_efd()
Dxfs_extent_busy.c55 trace_xfs_extent_busy_enomem(tp->t_mountp, agno, bno, len); in xfs_extent_busy_insert()
67 trace_xfs_extent_busy(tp->t_mountp, agno, bno, len); in xfs_extent_busy_insert()
69 pag = xfs_perag_get(tp->t_mountp, new->agno); in xfs_extent_busy_insert()
Dxfs_trans_dquot.c148 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino()
208 ASSERT(XFS_IS_QUOTA_RUNNING(tp->t_mountp)); in xfs_trans_mod_dquot()
411 xfs_qm_adjust_dqlimits(tp->t_mountp, dqp); in xfs_trans_apply_dquot_deltas()
412 xfs_qm_adjust_dqtimers(tp->t_mountp, d); in xfs_trans_apply_dquot_deltas()
847 q = xfs_qm_qoff_logitem_init(tp->t_mountp, startqoff, flags); in xfs_trans_get_qoff_item()
Dxfs_trans_buf.c89 xfs_buf_item_init(bp, tp->t_mountp); in _xfs_trans_bjoin()
156 if (XFS_FORCED_SHUTDOWN(tp->t_mountp)) { in xfs_trans_get_buf_map()
315 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf_map()
Dxfs_icreate_item.c173 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
Dxfs_trans.h105 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member
Dxfs_inode.c703 struct xfs_mount *mp = tp->t_mountp; in xfs_ialloc()
1997 mp = tp->t_mountp; in xfs_iunlink()
2080 mp = tp->t_mountp; in xfs_iunlink_remove()
2727 if (tp->t_mountp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_finish_rename()
Dxfs_rtalloc.c1109 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent()
Dxfs_bmap_util.c130 mp = ntp->t_mountp; in xfs_bmap_finish()
Dxfs_qm.c1910 struct xfs_mount *mp = tp->t_mountp; in xfs_qm_vop_create_dqattach()
Dxfs_trace.h1428 __entry->dev = trans->t_mountp->m_super->s_dev;
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2.c235 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino); in xfs_dir_init()
271 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_createname()
507 rval = xfs_dir_ino_validate(tp->t_mountp, inum); in xfs_dir_replace()
Dxfs_ialloc.c371 args.mp = tp->t_mountp; in xfs_ialloc_ag_alloc()
584 mp = tp->t_mountp; in xfs_ialloc_ag_select()
744 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt()
1169 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag()
1309 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc()
1686 mp = tp->t_mountp; in xfs_difree()
Dxfs_alloc.c1569 mp = tp->t_mountp; in xfs_free_ag_extent()
2033 xfs_mount_t *mp = tp->t_mountp; in xfs_alloc_get_freelist()
2110 trace_xfs_agf(tp->t_mountp, XFS_BUF_TO_AGF(bp), fields, _RET_IP_); in xfs_alloc_log_agf()
2159 mp = tp->t_mountp; in xfs_alloc_put_freelist()
2605 args.mp = tp->t_mountp; in xfs_free_extent()
Dxfs_dir2_block.c578 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_leaf()
595 btp = xfs_dir2_block_tail_p(tp->t_mountp->m_dir_geo, hdr); in xfs_dir2_block_log_tail()
Dxfs_rtbitmap.c958 mp = tp->t_mountp; in xfs_rtfree_extent()
Dxfs_sb.c761 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb()
Dxfs_bmap.c1729 mp = bma->tp ? bma->tp->t_mountp : NULL; in xfs_bmap_add_extent_delay_real()
2281 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_add_extent_unwritten_real()
2943 mp = bma->tp ? bma->tp->t_mountp : NULL; in xfs_bmap_add_extent_hole_real()
3507 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_longest_free_extent()
Dxfs_da_btree.c305 struct xfs_mount *mp = tp->t_mountp; in xfs_da3_node_create()
Dxfs_attr_leaf.c1253 mp = args->trans->t_mountp; in xfs_attr3_leaf_add_work()