Lines Matching defs:chunk
104 /* 100 chunks in logical map * 8 bytes per chunk */
106 /* 100 chunks * (chunk struct size + 4 backing io units per chunk * 8 bytes per backing io unit) */
110 * times (chunk struct size + 4 backing io units per chunk * 8 bytes per backing io unit).
755 const int bufsize = 16 * 1024; /* chunk size */
853 char buf[16 * 1024]; /* chunk size */
955 * This is writing into the second chunk of the volume. This also
957 * correctly - making sure we don't use the first chunk map again
958 * for this new write - the first chunk map was already used by the
1062 char buf[16 * 1024]; /* chunk size */
1249 /* We wrote to just 512 bytes of one chunk which was previously unallocated. This
1250 * should result in 1 pending I/O since the rest of this chunk will be zeroes and
1310 /* We wrote to just 512 bytes of one chunk which was previously unallocated. This
1311 * should result in 1 pending I/O since the rest of this chunk will be zeroes and
1316 /* Now do an overlapped I/O to the same chunk. */
1711 struct spdk_reduce_chunk_map chunk = {};
1734 chunk.compressed_size = user_buffer_iov_len / 2;
1735 req.chunk = &chunk;