Home
last modified time | relevance | path

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

/linux-4.1.27/include/target/
Dtarget_core_backend_configfs.h109 DEF_TB_DEV_ATTRIB(_backend, max_unmap_block_desc_count); \
110 TB_DEV_ATTR(_backend, max_unmap_block_desc_count, S_IRUGO | S_IWUSR); \
Dtarget_core_base.h702 u32 max_unmap_block_desc_count; member
/linux-4.1.27/drivers/target/
Dtarget_core_device.c679 u32 max_unmap_block_desc_count) in se_dev_set_max_unmap_block_desc_count() argument
681 dev->dev_attrib.max_unmap_block_desc_count = in se_dev_set_max_unmap_block_desc_count()
682 max_unmap_block_desc_count; in se_dev_set_max_unmap_block_desc_count()
684 dev, dev->dev_attrib.max_unmap_block_desc_count); in se_dev_set_max_unmap_block_desc_count()
891 if (flag && !dev->dev_attrib.max_unmap_block_desc_count) { in se_dev_set_emulate_tpu()
913 if (flag && !dev->dev_attrib.max_unmap_block_desc_count) { in se_dev_set_emulate_tpws()
1532 dev->dev_attrib.max_unmap_block_desc_count = in target_alloc_device()
Dtarget_core_file.c179 dev->dev_attrib.max_unmap_block_desc_count = 1; in fd_configure_device()
211 dev->dev_attrib.max_unmap_block_desc_count = 1; in fd_configure_device()
Dtarget_core_iblock.c142 dev->dev_attrib.max_unmap_block_desc_count = 1; in iblock_configure_device()
Dtarget_core_spc.c556 put_unaligned_be32(dev->dev_attrib.max_unmap_block_desc_count, in spc_emulate_evpd_b0()
Dtarget_core_sbc.c1143 if (size / 16 > dev->dev_attrib.max_unmap_block_desc_count) { in sbc_execute_unmap()