/fs/xfs/ |
D | xfs_trans.c | 597 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 …]
|
D | xfs_trans_buf.c | 90 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()
|
D | xfs_trans_extfree.c | 45 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()
|
D | xfs_trans_dquot.c | 158 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()
|
D | xfs_dir2.c | 183 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()
|
D | xfs_alloc.c | 1474 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()
|
D | xfs_utils.c | 277 mp = tp->t_mountp; in xfs_bump_ino_vers2()
|
D | xfs_ialloc.c | 255 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()
|
D | xfs_trans.h | 399 struct xfs_mount *t_mountp; /* ptr to fs mount struct */ member
|
D | xfs_dir2_block.c | 547 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()
|
D | xfs_inode.c | 989 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()
|
D | xfs_attr_leaf.c | 1033 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()
|
D | xfs_dir2_leaf.c | 1201 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()
|
D | xfs_rtalloc.c | 2062 xfs_mount_t *mp = tp->t_mountp; in xfs_rtallocate_extent() 2142 mp = tp->t_mountp; in xfs_rtfree_extent()
|
D | xfs_dir2_data.c | 534 mp = tp->t_mountp; in xfs_dir2_data_make_free()
|
D | xfs_qm.c | 1875 struct xfs_mount *mp = tp->t_mountp; in xfs_qm_vop_create_dqattach()
|
D | xfs_mount.c | 1640 mp = tp->t_mountp; in xfs_mod_sb()
|
D | xfs_trace.h | 1220 __entry->dev = trans->t_mountp->m_super->s_dev;
|
D | xfs_bmap.c | 3727 mp = ntp->t_mountp; in xfs_bmap_finish()
|