Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dnvme.h435 NVME_NS_EXT_LBAS = 1 << 0, /* support extended LBA format */ enumerator
H A Dcore.c1560 if (ns->features & NVME_NS_EXT_LBAS) { in nvme_submit_io()
1997 ns->features &= ~(NVME_NS_METADATA_SUPPORTED | NVME_NS_EXT_LBAS); in nvme_configure_metadata()
2010 (NVME_NS_METADATA_SUPPORTED | NVME_NS_EXT_LBAS); in nvme_configure_metadata()
2019 ns->features |= NVME_NS_EXT_LBAS; in nvme_configure_metadata()
H A Dlightnvm.c964 if (ns->features & NVME_NS_EXT_LBAS) in nvme_nvm_register()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dnvme.h481 NVME_NS_EXT_LBAS = 1 << 0, /* support extended LBA format */ enumerator
H A Dioctl.c304 if (ns->features & NVME_NS_EXT_LBAS) { in nvme_submit_io()
H A Dcore.c1830 ns->features &= ~(NVME_NS_METADATA_SUPPORTED | NVME_NS_EXT_LBAS); in nvme_configure_metadata()
1843 ns->features |= NVME_NS_EXT_LBAS; in nvme_configure_metadata()
1864 ns->features |= NVME_NS_EXT_LBAS; in nvme_configure_metadata()

Completed in 19 milliseconds