ntp 89 fs/xfs/xfs_trans.c struct xfs_trans *ntp; ntp 93 fs/xfs/xfs_trans.c ntp = kmem_zone_zalloc(xfs_trans_zone, 0); ntp 98 fs/xfs/xfs_trans.c ntp->t_magic = XFS_TRANS_HEADER_MAGIC; ntp 99 fs/xfs/xfs_trans.c ntp->t_mountp = tp->t_mountp; ntp 100 fs/xfs/xfs_trans.c INIT_LIST_HEAD(&ntp->t_items); ntp 101 fs/xfs/xfs_trans.c INIT_LIST_HEAD(&ntp->t_busy); ntp 102 fs/xfs/xfs_trans.c INIT_LIST_HEAD(&ntp->t_dfops); ntp 103 fs/xfs/xfs_trans.c ntp->t_firstblock = NULLFSBLOCK; ntp 108 fs/xfs/xfs_trans.c ntp->t_flags = XFS_TRANS_PERM_LOG_RES | ntp 113 fs/xfs/xfs_trans.c ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); ntp 116 fs/xfs/xfs_trans.c ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; ntp 119 fs/xfs/xfs_trans.c ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used; ntp 121 fs/xfs/xfs_trans.c ntp->t_pflags = tp->t_pflags; ntp 124 fs/xfs/xfs_trans.c xfs_defer_move(ntp, tp); ntp 126 fs/xfs/xfs_trans.c xfs_trans_dup_dqinfo(tp, ntp); ntp 129 fs/xfs/xfs_trans.c return ntp; ntp 68 fs/xfs/xfs_trans_dquot.c struct xfs_trans *ntp) ntp 78 fs/xfs/xfs_trans_dquot.c xfs_trans_alloc_dqinfo(ntp); ntp 85 fs/xfs/xfs_trans_dquot.c ntp->t_flags |= XFS_TRANS_DQ_DIRTY; ntp 89 fs/xfs/xfs_trans_dquot.c nqa = ntp->t_dqinfo->dqs[j];