Lines Matching refs:tp
38 xfs_trans_get_efi(xfs_trans_t *tp, in xfs_trans_get_efi() argument
43 ASSERT(tp != NULL); in xfs_trans_get_efi()
46 efip = xfs_efi_init(tp->t_mountp, nextents); in xfs_trans_get_efi()
52 (void) xfs_trans_add_item(tp, (xfs_log_item_t*)efip); in xfs_trans_get_efi()
63 xfs_trans_log_efi_extent(xfs_trans_t *tp, in xfs_trans_log_efi_extent() argument
72 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)efip); in xfs_trans_log_efi_extent()
75 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efi_extent()
94 xfs_trans_get_efd(xfs_trans_t *tp, in xfs_trans_get_efd() argument
100 ASSERT(tp != NULL); in xfs_trans_get_efd()
103 efdp = xfs_efd_init(tp->t_mountp, efip, nextents); in xfs_trans_get_efd()
109 (void) xfs_trans_add_item(tp, (xfs_log_item_t*)efdp); in xfs_trans_get_efd()
120 xfs_trans_log_efd_extent(xfs_trans_t *tp, in xfs_trans_log_efd_extent() argument
129 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)efdp); in xfs_trans_log_efd_extent()
132 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efd_extent()