Lines Matching defs:blocks
376 * If we are doing a BMBT update, the number of unaccounted blocks
444 * There are two types of blocks in the btree: leaf and non-leaf blocks.
449 * to the btree blocks at the previous level.
826 xfs_extlen_t count, /* count of filesystem blocks */
846 xfs_extlen_t count, /* count of filesystem blocks */
909 * Read-ahead btree blocks, at the given level.
966 * Readahead @count btree blocks at the given @ptr location.
1114 /* owner is a 32 bit value on short blocks */
2924 * we can't just memcpy() the root in for CRC enabled btree blocks.
3024 * At the previous root level there are now two blocks: the old root,
3796 * tree balanced. Look at the left and right sibling blocks to
4129 * We combined blocks, so we have to update the parent keys if the
4178 * If we combined blocks as part of deleting the record, delrec won't
4335 * pointers so we can just walk all the blocks on each level from left to right
4824 * Calculate the number of blocks needed to store a given number of records
4852 xfs_extlen_t *blocks = data;
4853 (*blocks)++;
4858 /* Count the blocks in a btree and return the result in *blocks. */
4862 xfs_extlen_t *blocks)
4864 *blocks = 0;
4866 XFS_BTREE_VISIT_ALL, blocks);
4925 /* There are more record blocks. */