Searched refs:t_highest_agno (Results 1 – 10 of 10) sorted by relevance
188 ASSERT((dst->bc_tp->t_highest_agno != NULLAGNUMBER) || in xfs_bmbt_update_cursor()192 dst->bc_tp->t_highest_agno = src->bc_tp->t_highest_agno; in xfs_bmbt_update_cursor()223 if (cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_bmbt_alloc_block()
3279 if (args->tp->t_highest_agno != NULLAGNUMBER) in xfs_alloc_vextent_check_args()3280 *minimum_agno = args->tp->t_highest_agno; in xfs_alloc_vextent_check_args()3391 (args->tp->t_highest_agno == NULLAGNUMBER || in xfs_alloc_vextent_finish()3393 args->tp->t_highest_agno = args->agno; in xfs_alloc_vextent_finish()
4251 if (tp && tp->t_highest_agno != NULLAGNUMBER) in xfs_bmapi_minleft()6176 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_bmap_finish_one()
2945 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
137 xfs_agnumber_t t_highest_agno; /* highest AGF locked */ member
105 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()281 tp->t_highest_agno = NULLAGNUMBER; in xfs_trans_alloc()
599 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
1434 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_swap_extent_rmap()
1391 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_itruncate_extents_flags()
1818 __entry->highest_agno = args->tp->t_highest_agno;