Home
last modified time | relevance | path

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

/linux/drivers/target/
A Dtarget_core_configfs.c545 DEF_CONFIGFS_ATTRIB_SHOW(max_unmap_block_desc_count);
567 DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_block_desc_count);
746 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpu_store()
772 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpws_store()
984 if (flag && !da->max_unmap_block_desc_count) { in unmap_zeroes_data_store()
1205 CONFIGFS_ATTR(, max_unmap_block_desc_count);
A Dtarget_core_device.c804 dev->dev_attrib.max_unmap_block_desc_count = in target_alloc_device()
849 attrib->max_unmap_block_desc_count = 1; in target_configure_unmap_from_queue()
A Dtarget_core_file.c180 dev->dev_attrib.max_unmap_block_desc_count = 1; in fd_configure_device()
A Dtarget_core_spc.c578 put_unaligned_be32(dev->dev_attrib.max_unmap_block_desc_count, in spc_emulate_evpd_b0()
A Dtarget_core_sbc.c1208 if (size / 16 > dev->dev_attrib.max_unmap_block_desc_count) { in sbc_execute_unmap()
/linux/include/target/
A Dtarget_core_base.h708 u32 max_unmap_block_desc_count; member

Completed in 22 milliseconds