Lines Matching refs:flags
15 * Update Namespace flags based on Identify Controller
30 ns->flags = 0x0000;
38 ns->flags |= SPDK_NVME_NS_EXTENDED_LBA_SUPPORTED;
63 ns->flags |= SPDK_NVME_NS_DEALLOCATE_SUPPORTED;
67 ns->flags |= SPDK_NVME_NS_COMPARE_SUPPORTED;
71 ns->flags |= SPDK_NVME_NS_FLUSH_SUPPORTED;
75 ns->flags |= SPDK_NVME_NS_WRITE_ZEROES_SUPPORTED;
79 ns->flags |= SPDK_NVME_NS_WRITE_UNCORRECTABLE_SUPPORTED;
83 ns->flags |= SPDK_NVME_NS_RESERVATION_SUPPORTED;
88 ns->flags |= SPDK_NVME_NS_DPS_PI_SUPPORTED;
367 return ns->flags;
383 return (ns->flags & SPDK_NVME_NS_EXTENDED_LBA_SUPPORTED) ? true : false;
389 return (ns->flags & SPDK_NVME_NS_COMPARE_SUPPORTED) ? true : false;
666 ns->flags = 0;