Lines Matching refs:aglen
183 xfs_extlen_t aglen = NULLAGBLOCK;
213 aglen = be32_to_cpu(agf->agf_length);
215 usedlen = aglen - freelen;
230 if (aglen == NULLAGBLOCK ||
231 aglen != xfs_ag_block_count(mp, sm->sm_agno) ||
232 freelen >= aglen) {
233 aglen = xfs_ag_block_count(mp, sm->sm_agno);
234 freelen = aglen;
235 usedlen = aglen;
238 trace_xrep_calc_ag_resblks(mp, sm->sm_agno, icount, aglen,
270 (unsigned long long)aglen * 2);