Home
last modified time | relevance | path

Searched refs:t_highest_agno (Results 1 – 8 of 8) 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.c3506 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()
H A Dxfs_bmap.c4085 if (tp && tp->t_highest_agno != NULLAGNUMBER) in xfs_bmapi_minleft()
6055 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_bmap_finish_one()
6162 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_bunmapi_range()
H A Dxfs_btree.c3071 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
/linux/fs/xfs/
H A Dxfs_trans.h131 xfs_agnumber_t t_highest_agno; /* highest AGF locked */ member
H A Dxfs_trans.c107 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
231 tp->t_highest_agno = NULLAGNUMBER; in __xfs_trans_alloc()
H A Dxfs_reflink.c656 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
H A Dxfs_bmap_util.c1292 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_swap_extent_rmap()