Lines Matching defs:block_size
366 uint32_t block_size = spdk_bdev_desc_get_block_size(desc);
383 if (spdk_unlikely(num_blocks * block_size > req->length)) {
385 num_blocks, block_size, req->length);
419 uint32_t block_size = spdk_bdev_desc_get_block_size(desc);
436 if (spdk_unlikely(num_blocks * block_size > req->length)) {
438 num_blocks, block_size, req->length);
466 uint32_t block_size = spdk_bdev_desc_get_block_size(desc);
482 if (spdk_unlikely(num_blocks * block_size > req->length)) {
484 num_blocks, block_size, req->length);
510 uint32_t block_size = spdk_bdev_desc_get_block_size(desc);
536 if (spdk_unlikely(write_num_blocks * block_size > write_req->length)) {
538 write_num_blocks, block_size, write_req->length);
700 uint32_t block_size = spdk_bdev_desc_get_block_size(desc);
740 if (max_discard_size > 0 && lba_count > (max_discard_size << 10) / block_size) {
1033 uint32_t block_size = spdk_bdev_desc_get_block_size(desc);
1047 if (spdk_unlikely(num_blocks * block_size > req->length)) {
1049 num_blocks, block_size, req->length);