Home
last modified time | relevance | path

Searched refs:max_unmap_lba_count (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_device.c768 dev->dev_attrib.max_unmap_lba_count = DA_MAX_UNMAP_LBA_COUNT; in target_alloc_device()
808 attrib->max_unmap_lba_count = in target_configure_unmap_from_queue()
H A Dtarget_core_file.c99 dev->dev_attrib.max_unmap_lba_count = 0x2000; in fd_configure_unmap()
H A Dtarget_core_configfs.c573 DEF_CONFIGFS_ATTRIB_SHOW(max_unmap_lba_count);
596 DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_lba_count);
1261 CONFIGFS_ATTR(, max_unmap_lba_count);
H A Dtarget_core_sbc.c1134 if (range > dev->dev_attrib.max_unmap_lba_count) { in sbc_execute_unmap()
H A Dtarget_core_spc.c574 put_unaligned_be32(dev->dev_attrib.max_unmap_lba_count, &buf[20]); in spc_emulate_evpd_b0()
/openbmc/linux/include/target/
H A Dtarget_core_base.h715 u32 max_unmap_lba_count; member