Home
last modified time | relevance | path

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

/linux-4.1.27/include/target/
Dtarget_core_backend_configfs.h107 DEF_TB_DEV_ATTRIB(_backend, max_unmap_lba_count); \
108 TB_DEV_ATTR(_backend, max_unmap_lba_count, S_IRUGO | S_IWUSR); \
Dtarget_core_base.h701 u32 max_unmap_lba_count; member
/linux-4.1.27/drivers/target/
Dtarget_core_device.c668 u32 max_unmap_lba_count) in se_dev_set_max_unmap_lba_count() argument
670 dev->dev_attrib.max_unmap_lba_count = max_unmap_lba_count; in se_dev_set_max_unmap_lba_count()
672 dev, dev->dev_attrib.max_unmap_lba_count); in se_dev_set_max_unmap_lba_count()
1531 dev->dev_attrib.max_unmap_lba_count = DA_MAX_UNMAP_LBA_COUNT; in target_alloc_device()
Dtarget_core_file.c174 dev->dev_attrib.max_unmap_lba_count = in fd_configure_device()
207 dev->dev_attrib.max_unmap_lba_count = 0x2000; in fd_configure_device()
Dtarget_core_iblock.c136 dev->dev_attrib.max_unmap_lba_count = in iblock_configure_device()
Dtarget_core_spc.c551 put_unaligned_be32(dev->dev_attrib.max_unmap_lba_count, &buf[20]); in spc_emulate_evpd_b0()
Dtarget_core_sbc.c1159 if (range > dev->dev_attrib.max_unmap_lba_count) { in sbc_execute_unmap()