Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ag.h213 xfs_extlen_t pagf_longest; /* longest free space */ member
Dxfs_alloc.c1740 if (pag->pagf_longest > delta) in xfs_alloc_longest_free_extent()
1741 return pag->pagf_longest - delta; in xfs_alloc_longest_free_extent()
1742 return pag->pagf_flcount > 0 || pag->pagf_longest > 0; in xfs_alloc_longest_free_extent()
2179 pag->pagf_longest = be32_to_cpu(agf->agf_longest); in xfs_alloc_read_agf()
2194 ASSERT(pag->pagf_longest == be32_to_cpu(agf->agf_longest)); in xfs_alloc_read_agf()
Dxfs_alloc_btree.c186 pag->pagf_longest = be32_to_cpu(len); in xfs_allocbt_update_lastrec()
Dxfs_ialloc.c517 if (ineed && !(longest = pag->pagf_longest)) in xfs_ialloc_ag_select()