Searched refs:NVME_QUIRK_DEALLOCATE_ZEROES (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-4.19/drivers/nvme/host/ |
D | nvme.h | 66 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
|
D | pci.c | 2687 NVME_QUIRK_DEALLOCATE_ZEROES, }, 2690 NVME_QUIRK_DEALLOCATE_ZEROES, }, 2693 NVME_QUIRK_DEALLOCATE_ZEROES, }, 2696 NVME_QUIRK_DEALLOCATE_ZEROES, },
|
D | core.c | 1501 if (ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_config_discard()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | nvme.h | 78 NVME_QUIRK_DEALLOCATE_ZEROES = (1 << 2), enumerator
|
D | pci.c | 3195 NVME_QUIRK_DEALLOCATE_ZEROES, }, 3198 NVME_QUIRK_DEALLOCATE_ZEROES, }, 3201 NVME_QUIRK_DEALLOCATE_ZEROES, }, 3204 NVME_QUIRK_DEALLOCATE_ZEROES, },
|
D | core.c | 724 if (ns->ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_setup_write_zeroes() 1879 if (ctrl->quirks & NVME_QUIRK_DEALLOCATE_ZEROES) in nvme_config_discard()
|