Lines Matching defs:blocks

59  * (rmapbt).  The number of blocks reserved is based on the formula:
61 * num trees * ((2 blocks/level * max depth) - 1)
70 uint blocks;
72 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1);
74 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1);
76 return blocks;
113 * - two inode forks containing bmap btree root blocks.
212 * blocks as needed to mark inuse XFS_BMBT_MAX_EXTLEN blocks' worth of realtime
252 * the agfs of the ags containing the blocks: nr_ops * sector size
285 * And the bmap_finish transaction can free bmap blocks in a join (t3):
286 * the agfs of the ags containing the blocks: 2 * sector size
287 * the agfls of the ags containing the blocks: 2 * sector size
355 * And the bmap_finish transaction can free the blocks and bmap blocks (t2):
358 * the super block to reflect the freed blocks: sector size
364 * the super block to reflect the freed blocks: sector size
428 * And the bmap_finish transaction can free dir and bmap blocks (two sets
429 * of bmap blocks) giving:
430 * the agf for the ags in which the blocks live: 3 * sector size
431 * the agfl for the ags in which the blocks live: 3 * sector size
468 * And the bmap_finish transaction can free some bmap blocks giving:
469 * the agf for the ag in which the blocks live: sector size
470 * the agfl for the ag in which the blocks live: sector size
506 * And the bmap_finish transaction can free the dir and bmap blocks giving:
507 * the agf for the ag in which the blocks live: 2 * sector size
508 * the agfl for the ag in which the blocks live: 2 * sector size
603 * with the added blocks for remote symlink data which can be up to 1kB in
695 * In the second set of transactions (ZERO) we zero the new metadata blocks.
708 * allocating any new blocks.
713 * summary blocks: new summary size
752 * bmap blocks for the new directory block
773 * And the bmap_finish transaction can free the blocks and bmap blocks:
776 * the super block to reflect the freed blocks: sector size
818 * blocks needed for the 1st bmap, here we calculate out the space unit for
820 * to the attibute extent length in blocks by:
837 * And the bmap_finish transaction can free the attr blocks freed giving:
838 * the agf for the ag in which the blocks live: 2 * sector size
839 * the agfl for the ag in which the blocks live: 2 * sector size