Searched refs:ntp (Results 1 – 2 of 2) sorted by relevance
94 struct xfs_trans *ntp; in xfs_trans_dup() local98 ntp = kmem_cache_zalloc(xfs_trans_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()103 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()104 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()105 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()106 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()107 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()108 ntp->t_firstblock = NULLFSBLOCK; in xfs_trans_dup()113 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()119 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()[all …]
76 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo() argument86 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()90 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()