Searched refs:t_highest_agno (Results 1 – 9 of 9) sorted by relevance
198 ASSERT((dst->bc_tp->t_highest_agno != NULLAGNUMBER) || in xfs_bmbt_update_cursor()202 dst->bc_tp->t_highest_agno = src->bc_tp->t_highest_agno; in xfs_bmbt_update_cursor()233 if (cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_bmbt_alloc_block()
3506 if (args->tp->t_highest_agno != NULLAGNUMBER) in xfs_alloc_vextent_check_args()3507 *minimum_agno = args->tp->t_highest_agno; in xfs_alloc_vextent_check_args()3618 (args->tp->t_highest_agno == NULLAGNUMBER || in xfs_alloc_vextent_finish()3620 args->tp->t_highest_agno = args->agno; in xfs_alloc_vextent_finish()
4094 if (tp && tp->t_highest_agno != NULLAGNUMBER) in xfs_bmapi_minleft()6064 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_bmap_finish_one()6171 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_bunmapi_range()
3071 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
131 xfs_agnumber_t t_highest_agno; /* highest AGF locked */ member
107 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()231 tp->t_highest_agno = NULLAGNUMBER; in __xfs_trans_alloc()
656 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
1292 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_swap_extent_rmap()
2211 __entry->highest_agno = args->tp->t_highest_agno;
Completed in 51 milliseconds