Searched refs:max_agbno (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h51 xfs_agblock_t max_agbno; /* ... */ member in struct:xfs_alloc_arg
H A Dxfs_alloc.c948 if (bnoa < args->min_agbno || bnoa > args->max_agbno) {
1587 if (!args->min_agbno && !args->max_agbno)
1588 args->max_agbno = args->mp->m_sb.sb_agblocks - 1;
1589 ASSERT(args->min_agbno <= args->max_agbno);
1594 if (args->agbno > args->max_agbno)
1595 args->agbno = args->max_agbno;
H A Dxfs_ialloc.c858 args.max_agbno = round_down(args.mp->m_sb.sb_agblocks,

Completed in 110 milliseconds