Home
last modified time | relevance | path

Searched refs:NULLAGNUMBER (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_types.h52 #define NULLAGNUMBER ((xfs_agnumber_t)-1) macro
Dxfs_bmap_btree.c188 ASSERT((dst->bc_tp->t_highest_agno != NULLAGNUMBER) || in xfs_bmbt_update_cursor()
223 if (cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_bmbt_alloc_block()
Dxfs_ag.c344 xfs_agnumber_t first_initialised = NULLAGNUMBER; in xfs_initialize_perag()
404 if (first_initialised == NULLAGNUMBER) in xfs_initialize_perag()
Dxfs_alloc.c3261 if (args->tp->t_highest_agno != NULLAGNUMBER) in xfs_alloc_vextent_check_args()
3294 if (args->agno != NULLAGNUMBER && *minimum_agno > args->agno) { in xfs_alloc_vextent_check_args()
3373 (args->tp->t_highest_agno == NULLAGNUMBER || in xfs_alloc_vextent_finish()
3574 args->agno = NULLAGNUMBER; in xfs_alloc_vextent_start_ag()
3628 args->agno = NULLAGNUMBER; in xfs_alloc_vextent_first_ag()
Dxfs_fs.h260 #define XFS_MAX_AGNUMBER ((xfs_agnumber_t)(NULLAGNUMBER - 1))
Dxfs_sb.c1285 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_read_secondary()
1307 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_get_secondary()
Dxfs_bmap.c3246 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_select_lengths()
4273 if (tp && tp->t_highest_agno != NULLAGNUMBER) in xfs_bmapi_minleft()
6164 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_bmap_finish_one()
Dxfs_btree.c923 ASSERT(agno != NULLAGNUMBER); in xfs_btree_reada_bufs()
2945 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
/Linux-v6.6/fs/xfs/
Dxfs_extent_busy.c564 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear()
Dxfs_trans.c105 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
281 tp->t_highest_agno = NULLAGNUMBER; in xfs_trans_alloc()
Dxfs_fsmap.c342 info->pag ? info->pag->pag_agno : NULLAGNUMBER, rec); in xfs_getfsmap_helper()
Dxfs_reflink.c613 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
Dxfs_bmap_util.c1413 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_swap_extent_rmap()
Dxfs_inode.c1369 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_itruncate_extents_flags()
Dxfs_trace.h691 __entry->agno = NULLAGNUMBER;