Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_filestream.c140 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag()
149 *agp = NULLAGNUMBER; in xfs_filestream_pick_ag()
231 if (max_ag != NULLAGNUMBER) { in xfs_filestream_pick_ag()
246 if (*agp == NULLAGNUMBER) in xfs_filestream_pick_ag()
308 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag()
315 return NULLAGNUMBER; in xfs_filestream_lookup_ag()
339 ag = NULLAGNUMBER; in xfs_filestream_lookup_ag()
364 *agp = NULLAGNUMBER; in xfs_filestream_new_ag()
392 if (*agp == NULLAGNUMBER) in xfs_filestream_new_ag()
Dxfs_mount.c181 xfs_agnumber_t first_initialised = NULLAGNUMBER; in xfs_initialize_perag()
226 if (first_initialised == NULLAGNUMBER) in xfs_initialize_perag()
Dxfs_extent_busy.c566 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear()
Dxfs_fsmap.c207 if (info->agno == NULLAGNUMBER) in xfs_getfsmap_is_shared()
926 info.agno = NULLAGNUMBER; in xfs_getfsmap()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_types.h53 #define NULLAGNUMBER ((xfs_agnumber_t)-1) macro
Dxfs_refcount_btree.c326 ASSERT(agno != NULLAGNUMBER); in xfs_refcountbt_init_cursor()
Dxfs_ialloc.c1023 return NULLAGNUMBER; in xfs_ialloc_ag_select()
1029 return NULLAGNUMBER; in xfs_ialloc_ag_select()
1710 if (start_agno == NULLAGNUMBER) { in xfs_dialloc()
2579 ASSERT(agno != NULLAGNUMBER); in xfs_read_agi()
Dxfs_sb.c1167 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_read_secondary()
1188 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_get_secondary()
Dxfs_bmap.c3062 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, in xfs_bmap_adjacent()
3269 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_nullfb()
3303 if (ag == NULLAGNUMBER) in xfs_bmap_btalloc_filestreams()
3426 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, in xfs_bmap_btalloc()
3432 ag = (ag != NULLAGNUMBER) ? ag : 0; in xfs_bmap_btalloc()
5202 xfs_agnumber_t prev_agno = NULLAGNUMBER, agno; in __xfs_bunmapi()
5305 if (prev_agno != NULLAGNUMBER && prev_agno > agno) in __xfs_bunmapi()
Dxfs_alloc.c661 ASSERT(agno != NULLAGNUMBER); in xfs_alloc_read_agfl()
2697 ASSERT(agno != NULLAGNUMBER); in xfs_read_agf()
2729 ASSERT(agno != NULLAGNUMBER); in xfs_alloc_read_agf()
Dxfs_refcount.c1097 ASSERT(agno != NULLAGNUMBER); in xfs_refcount_finish_one()
Dxfs_btree.c713 ASSERT(agno != NULLAGNUMBER); in xfs_btree_get_bufs()
898 ASSERT(agno != NULLAGNUMBER); in xfs_btree_reada_bufs()
Dxfs_rmap.c2173 ASSERT(agno != NULLAGNUMBER); in xfs_rmap_finish_one()
/Linux-v5.4/fs/xfs/scrub/
Dscrub.c464 .agno = NULLAGNUMBER, in xfs_scrub_metadata()
Dcommon.c546 sa->agno = NULLAGNUMBER; in xchk_ag_free()