Lines Matching defs:blocks
31 * AGs counting the number of free blocks, free space btree blocks, per-AG
37 * the free blocks, in practice we prefer not do that for a scan because
250 * summary counts (total inodes, free inodes, free data blocks) to an incore
260 /* Count free space btree blocks manually for pre-lazysbcount filesystems. */
267 xfs_extlen_t blocks;
274 error = xfs_btree_count_blocks(sc->sa.bno_cur, &blocks);
277 fsc->fdblocks += blocks - 1;
279 error = xfs_btree_count_blocks(sc->sa.cnt_cur, &blocks);
282 fsc->fdblocks += blocks - 1;
327 /* Add up the free/freelist/bnobt/cntbt blocks */
340 * so they must be left out of the free blocks computation.
361 * but not recorded on disk, so leave them and their indlen blocks out