Home
last modified time | relevance | path

Searched refs:lbpu (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd.h117 unsigned lbpu : 1; member
H A Dsd.c2988 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 Dscsi_debug.c862 * 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 Dsd.h143 unsigned lbpu : 1; member
H A Dsd.c3090 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 Dscsi_debug.c867 * 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