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

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h50 xfs_agblock_t min_agbno; /* set an agbno range for NEAR allocs */ member in struct:xfs_alloc_arg
H A Dxfs_alloc.c336 * If we have a largish extent that happens to start before min_agbno,
339 if (bno < args->min_agbno && bno + len > args->min_agbno) {
340 diff = args->min_agbno - bno;
948 if (bnoa < args->min_agbno || bnoa > args->max_agbno) {
1587 if (!args->min_agbno && !args->max_agbno)
1589 ASSERT(args->min_agbno <= args->max_agbno);
1592 if (args->agbno < args->min_agbno)
1593 args->agbno = args->min_agbno;
H A Dxfs_ialloc.c857 args.min_agbno = args.mp->m_sb.sb_inoalignmt;

Completed in 139 milliseconds