Home
last modified time | relevance | path

Searched refs:NVME_NS_EXT_LBAS (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/nvme/host/
Dnvme.h455 NVME_NS_EXT_LBAS = 1 << 0, /* support extended LBA format */ enumerator
Dioctl.c223 if (ns->features & NVME_NS_EXT_LBAS) { in nvme_submit_io()
Dcore.c1783 ns->features &= ~(NVME_NS_METADATA_SUPPORTED | NVME_NS_EXT_LBAS); in nvme_configure_metadata()
1796 ns->features |= NVME_NS_EXT_LBAS; in nvme_configure_metadata()
1817 ns->features |= NVME_NS_EXT_LBAS; in nvme_configure_metadata()