Searched refs:lbpu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sd.h | 117 unsigned lbpu : 1; member
|
H A D | sd.c | 2988 if (sdkp->lbpu && sdkp->max_unmap_blocks) in sd_read_block_limits() 3079 sdkp->lbpu = (buffer[5] >> 7) & 1; /* UNMAP */ in sd_read_block_provisioning()
|
H A D | scsi_debug.c | 862 * more of the lbpu, lbpws or lbpws10 parameters are given and we are doing 5627 module_param_named(lbpu, sdebug_lbpu, int, S_IRUGO); 5700 MODULE_PARM_DESC(lbpu, "enable LBP, support UNMAP command (def=0)");
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sd.h | 143 unsigned lbpu : 1; member
|
H A D | sd.c | 3090 if (sdkp->lbpu && sdkp->max_unmap_blocks) in sd_read_block_limits() 3188 sdkp->lbpu = (vpd->data[5] >> 7) & 1; /* UNMAP */ in sd_read_block_provisioning()
|
H A D | scsi_debug.c | 867 * more of the lbpu, lbpws or lbpws10 parameters are given and we are doing 5726 module_param_named(lbpu, sdebug_lbpu, int, S_IRUGO); 5802 MODULE_PARM_DESC(lbpu, "enable LBP, support UNMAP command (def=0)");
|
Completed in 31 milliseconds