Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_filestream.c109 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag()
118 *agp = NULLAGNUMBER; in xfs_filestream_pick_ag()
200 if (max_ag != NULLAGNUMBER) { in xfs_filestream_pick_ag()
215 if (*agp == NULLAGNUMBER) in xfs_filestream_pick_ag()
277 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag()
284 return NULLAGNUMBER; in xfs_filestream_lookup_ag()
308 ag = NULLAGNUMBER; in xfs_filestream_lookup_ag()
333 *agp = NULLAGNUMBER; in xfs_filestream_new_ag()
361 if (*agp == NULLAGNUMBER) in xfs_filestream_new_ag()
Dxfs_fsmap.c315 info->pag ? info->pag->pag_agno : NULLAGNUMBER, rec); in xfs_getfsmap_helper()
433 trace_xfs_fsmap_low_key(mp, info->dev, NULLAGNUMBER, &info->low); in xfs_getfsmap_logdev()
434 trace_xfs_fsmap_high_key(mp, info->dev, NULLAGNUMBER, &info->high); in xfs_getfsmap_logdev()
510 trace_xfs_fsmap_low_key(mp, info->dev, NULLAGNUMBER, &info->low); in __xfs_getfsmap_rtdev()
511 trace_xfs_fsmap_high_key(mp, info->dev, NULLAGNUMBER, &info->high); in __xfs_getfsmap_rtdev()
Dxfs_extent_busy.c540 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_types.h52 #define NULLAGNUMBER ((xfs_agnumber_t)-1) macro
Dxfs_ag.c271 xfs_agnumber_t first_initialised = NULLAGNUMBER; in xfs_initialize_perag()
326 if (first_initialised == NULLAGNUMBER) in xfs_initialize_perag()
Dxfs_sb.c1226 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_read_secondary()
1248 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_get_secondary()
Dxfs_bmap.c3044 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, in xfs_bmap_adjacent()
3253 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_nullfb()
3287 if (ag == NULLAGNUMBER) in xfs_bmap_btalloc_filestreams()
3551 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, in xfs_bmap_btalloc()
3557 ag = (ag != NULLAGNUMBER) ? ag : 0; in xfs_bmap_btalloc()
Dxfs_btree.c923 ASSERT(agno != NULLAGNUMBER); in xfs_btree_reada_bufs()