Lines Matching defs:size
20 * Initial source code of clump size calculation is gotten
54 * large clump size to reduce fragmentation.
97 * The default clump size is 0.8% of the volume size. And
98 * it must also be a multiple of the node and block size.
116 * Round the clump size to a multiple of node and block size.
123 * Rounding down could have rounded down to 0 if the block size was
124 * greater than the clump size. If so, just use one block or node.
140 unsigned int size;
156 pr_err("invalid btree extent records (0 size)\n");
231 size = tree->node_size;
232 if (!is_power_of_2(size))
237 tree->node_size_shift = ffs(size) - 1;