Lines Matching refs:size
35 * The size of the mempool used to track chunks in use.
336 * the size of the minors list then it should be nearly perfect
536 /* Sort the list according to chunk size, largest-first smallest-last */
592 * Move snapshot to correct place in list according to chunk size.
658 uint32_t size, unsigned int hash_shift)
663 et->hash_mask = size - 1;
664 et->table = kvmalloc_array(size, sizeof(struct hlist_bl_head),
669 for (i = 0; i < size; i++)
681 int i, size;
683 size = et->hash_mask + 1;
684 for (i = 0; i < size; i++) {
850 * Return a minimum chunk size of all snapshots that have the specified origin.
871 /* use a fixed size of 2MB */
887 * Calculate based on the size of the original volume or
1235 * <origin_dev> <COW-dev> <p|po|n> <chunk-size> [<# feature args> [<arg>]*]
1372 * Chunk size will be set during the handover - set it to zero to
1391 ti->error = "Chunk size not set";
2277 /* Now we have correct chunk size, reregister */
2581 * The chunk size of the merging snapshot may be larger than the chunk
2582 * size of some other snapshot so we may need to reallocate multiple
2589 * size must be a multiple of merging_snap's chunk_size.
2592 sector_t sector, unsigned int size)
2604 for (n = 0; n < size; n += merging_snap->ti->max_io_len)