Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_ag.h211 xfs_extlen_t pagf_longest; /* longest free space */ member
Dxfs_alloc.c1684 if (pag->pagf_longest > delta) in xfs_alloc_longest_free_extent()
1685 return pag->pagf_longest - delta; in xfs_alloc_longest_free_extent()
1686 return pag->pagf_flcount > 0 || pag->pagf_longest > 0; in xfs_alloc_longest_free_extent()
2138 pag->pagf_longest = be32_to_cpu(agf->agf_longest); in xfs_alloc_read_agf()
2153 ASSERT(pag->pagf_longest == be32_to_cpu(agf->agf_longest)); in xfs_alloc_read_agf()
Dxfs_alloc_btree.c195 pag->pagf_longest = be32_to_cpu(len); in xfs_allocbt_update_lastrec()
Dxfs_ialloc.c515 if (ineed && !(longest = pag->pagf_longest)) in xfs_ialloc_ag_select()