Searched refs:min_agbno (Results 1 – 3 of 3) sorted by relevance
49 xfs_agblock_t min_agbno; /* set an agbno range for NEAR allocs */ member
302 if (bno < args->min_agbno && bno + len > args->min_agbno) { in xfs_alloc_compute_aligned()303 diff = args->min_agbno - bno; in xfs_alloc_compute_aligned()867 if (bnoa < args->min_agbno || bnoa > args->max_agbno) { in xfs_alloc_cur_check()1501 if (!args->min_agbno && !args->max_agbno) in xfs_alloc_ag_vextent_near()1503 ASSERT(args->min_agbno <= args->max_agbno); in xfs_alloc_ag_vextent_near()1506 if (args->agbno < args->min_agbno) in xfs_alloc_ag_vextent_near()1507 args->agbno = args->min_agbno; in xfs_alloc_ag_vextent_near()
772 args.min_agbno = args.mp->m_sb.sb_inoalignmt; in xfs_ialloc_ag_alloc()
Completed in 14 milliseconds