Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_types.h59 #define NULLAGNUMBER ((xfs_agnumber_t)-1) macro
A Dxfs_bmap_btree.c198 ASSERT((dst->bc_tp->t_highest_agno != NULLAGNUMBER) || in xfs_bmbt_update_cursor()
233 if (cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_bmbt_alloc_block()
A Dxfs_alloc.c3506 if (args->tp->t_highest_agno != NULLAGNUMBER) in xfs_alloc_vextent_check_args()
3539 if (args->agno != NULLAGNUMBER && *minimum_agno > args->agno) { in xfs_alloc_vextent_check_args()
3618 (args->tp->t_highest_agno == NULLAGNUMBER || in xfs_alloc_vextent_finish()
3818 args->agno = NULLAGNUMBER; in xfs_alloc_vextent_start_ag()
3872 args->agno = NULLAGNUMBER; in xfs_alloc_vextent_first_ag()
A Dxfs_fs.h273 #define XFS_MAX_AGNUMBER ((xfs_agnumber_t)(NULLAGNUMBER - 1))
A Dxfs_sb.c1613 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_read_secondary()
1637 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_get_secondary()
A Dxfs_bmap.c3224 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_select_lengths()
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()
A Dxfs_btree.c3071 cur->bc_tp->t_highest_agno == NULLAGNUMBER) in xfs_btree_split()
/fs/xfs/
A Dxfs_trans.c107 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
231 tp->t_highest_agno = NULLAGNUMBER; in __xfs_trans_alloc()
A Dxfs_reflink.c656 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
A Dxfs_bmap_util.c1292 ASSERT(tp->t_highest_agno == NULLAGNUMBER); in xfs_swap_extent_rmap()
A Dxfs_fsmap.c343 info->group ? info->group->xg_gno : NULLAGNUMBER, in xfs_getfsmap_helper()

Completed in 57 milliseconds