Home
last modified time | relevance | path

Searched refs:t_highest_agno (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c198 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()
H A Dxfs_alloc.c3472 if (args->tp->t_highest_agno != NULLAGNUMBER) in xfs_alloc_vextent_check_args()
3473 *minimum_agno = args->tp->t_highest_agno; in xfs_alloc_vextent_check_args()
3584 (args->tp->t_highest_agno == NULLAGNUMBER || in xfs_alloc_vextent_finish()
3586 args->tp->t_highest_agno = args->agno; in xfs_alloc_vextent_finish()
H A Dxfs_bmap.c4336 if (tp && tp->t_highest_agno != NULLAGNUMBER) in xfs_bmapi_minleft()
6256 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_bmap_finish_one()
6363 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_bunmapi_range()
H A Dxfs_btree.c3072 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
/linux/fs/xfs/
H A Dxfs_trans.h133 xfs_agnumber_t t_highest_agno; /* highest AGF locked */ member
H A Dxfs_trans.c106 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
282 tp->t_highest_agno = NULLAGNUMBER; in xfs_trans_alloc()
H A Dxfs_reflink.c598 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
H A Dxfs_bmap_util.c1278 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_swap_extent_rmap()
H A Dxfs_trace.h1834 __entry->highest_agno = args->tp->t_highest_agno;