Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_device.c811 dev->dev_attrib.max_unmap_block_desc_count = in target_alloc_device()
845 attrib->max_unmap_block_desc_count = 1; in target_configure_unmap_from_queue()
Dtarget_core_configfs.c499 DEF_CONFIGFS_ATTRIB_SHOW(max_unmap_block_desc_count);
520 DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_block_desc_count);
689 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpu_store()
715 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpws_store()
998 CONFIGFS_ATTR(, max_unmap_block_desc_count);
Dtarget_core_file.c192 dev->dev_attrib.max_unmap_block_desc_count = 1; in fd_configure_device()
Dtarget_core_spc.c551 put_unaligned_be32(dev->dev_attrib.max_unmap_block_desc_count, in spc_emulate_evpd_b0()
Dtarget_core_sbc.c1193 if (size / 16 > dev->dev_attrib.max_unmap_block_desc_count) { in sbc_execute_unmap()
/linux-4.4.14/include/target/
Dtarget_core_base.h687 u32 max_unmap_block_desc_count; member