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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ag.h211 xfs_extlen_t pagf_longest; /* longest free space */ member in struct:xfs_perag
H A Dxfs_alloc_btree.c195 pag->pagf_longest = be32_to_cpu(len);
H A Dxfs_alloc.c1745 if (pag->pagf_longest > delta)
1746 return pag->pagf_longest - delta;
1747 return pag->pagf_flcount > 0 || pag->pagf_longest > 0;
2199 pag->pagf_longest = be32_to_cpu(agf->agf_longest);
2214 ASSERT(pag->pagf_longest == be32_to_cpu(agf->agf_longest));
H A Dxfs_ialloc.c508 if (ineed && !(longest = pag->pagf_longest))

Completed in 101 milliseconds