Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c889 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact() local
936 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
937 if (tend < args->agbno + args->minlen) in xfs_alloc_ag_vextent_exact()
946 args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen) in xfs_alloc_ag_vextent_exact()
949 ASSERT(args->agbno + args->len <= tend); in xfs_alloc_ag_vextent_exact()