Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_bmap_btree.c188 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()
A Dxfs_alloc.c3101 if (args->tp->t_highest_agno != NULLAGNUMBER) in xfs_alloc_vextent_check_args()
3102 *minimum_agno = args->tp->t_highest_agno; in xfs_alloc_vextent_check_args()
3212 (args->tp->t_highest_agno == NULLAGNUMBER || in xfs_alloc_vextent_finish()
3214 args->tp->t_highest_agno = args->agno; in xfs_alloc_vextent_finish()
A Dxfs_bmap.c4233 if (tp && tp->t_highest_agno != NULLAGNUMBER) in xfs_bmapi_minleft()
6120 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_bmap_finish_one()
A Dxfs_btree.c2946 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
/linux-6.3-rc2/fs/xfs/
A Dxfs_trans.h135 xfs_agnumber_t t_highest_agno; /* highest AGF locked */ member
A Dxfs_trans.c105 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
281 tp->t_highest_agno = NULLAGNUMBER; in xfs_trans_alloc()
A Dxfs_reflink.c613 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
A Dxfs_bmap_util.c1413 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_swap_extent_rmap()
A Dxfs_inode.c1370 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_itruncate_extents_flags()
A Dxfs_trace.h1827 __entry->highest_agno = args->tp->t_highest_agno;

Completed in 44 milliseconds