Searched refs:max_unmap_blocks (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dsd.h72 u32 max_unmap_blocks; member in struct:scsi_disk
H A Dsd.c670 max_blocks = min_not_zero(sdkp->max_unmap_blocks, sd_config_discard()
2673 sdkp->max_unmap_blocks = lba_count; sd_read_block_limits()
2683 if (sdkp->max_unmap_blocks) sd_read_block_limits()
2689 if (sdkp->lbpu && sdkp->max_unmap_blocks && !sdkp->lbprz) sd_read_block_limits()
2695 else if (sdkp->lbpu && sdkp->max_unmap_blocks) sd_read_block_limits()

Completed in 68 milliseconds