Searched refs:NULLAGNUMBER (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_filestream.c | 109 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()
|
D | xfs_fsmap.c | 315 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()
|
D | xfs_extent_busy.c | 540 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_types.h | 52 #define NULLAGNUMBER ((xfs_agnumber_t)-1) macro
|
D | xfs_ag.c | 271 xfs_agnumber_t first_initialised = NULLAGNUMBER; in xfs_initialize_perag() 326 if (first_initialised == NULLAGNUMBER) in xfs_initialize_perag()
|
D | xfs_sb.c | 1226 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_read_secondary() 1248 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_get_secondary()
|
D | xfs_bmap.c | 3044 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()
|
D | xfs_btree.c | 923 ASSERT(agno != NULLAGNUMBER); in xfs_btree_reada_bufs()
|