Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.h50 xfs_agblock_t min_agbno; /* set an agbno range for NEAR allocs */ member
Dxfs_alloc.c340 if (bno < args->min_agbno && bno + len > args->min_agbno) { in xfs_alloc_compute_aligned()
341 diff = args->min_agbno - bno; in xfs_alloc_compute_aligned()
1049 if (bnoa < args->min_agbno || bnoa > args->max_agbno) { in xfs_alloc_cur_check()
1686 if (!args->min_agbno && !args->max_agbno) in xfs_alloc_ag_vextent_near()
1688 ASSERT(args->min_agbno <= args->max_agbno); in xfs_alloc_ag_vextent_near()
1691 if (args->agbno < args->min_agbno) in xfs_alloc_ag_vextent_near()
1692 args->agbno = args->min_agbno; in xfs_alloc_ag_vextent_near()
Dxfs_ialloc.c857 args.min_agbno = args.mp->m_sb.sb_inoalignmt; in xfs_ialloc_ag_alloc()