Home
last modified time | relevance | path

Searched refs:min_agbno (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_alloc.h50 xfs_agblock_t min_agbno; /* set an agbno range for NEAR allocs */ member
Dxfs_alloc.c336 if (bno < args->min_agbno && bno + len > args->min_agbno) { in xfs_alloc_compute_aligned()
337 diff = args->min_agbno - bno; in xfs_alloc_compute_aligned()
914 if (bnoa < args->min_agbno || bnoa > args->max_agbno) { in xfs_alloc_cur_check()
1549 if (!args->min_agbno && !args->max_agbno) in xfs_alloc_ag_vextent_near()
1551 ASSERT(args->min_agbno <= args->max_agbno); in xfs_alloc_ag_vextent_near()
1554 if (args->agbno < args->min_agbno) in xfs_alloc_ag_vextent_near()
1555 args->agbno = args->min_agbno; in xfs_alloc_ag_vextent_near()
Dxfs_ialloc.c798 args.min_agbno = args.mp->m_sb.sb_inoalignmt; in xfs_ialloc_ag_alloc()