Home
last modified time | relevance | path

Searched refs:max_unmap_block_desc_count (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_configfs.c544 DEF_CONFIGFS_ATTRIB_SHOW(max_unmap_block_desc_count); variable
566 DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_block_desc_count); variable
745 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpu_store()
771 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpws_store()
983 if (flag && !da->max_unmap_block_desc_count) { in unmap_zeroes_data_store()
985 " because max_unmap_block_desc_count is zero\n", in unmap_zeroes_data_store()
1204 CONFIGFS_ATTR(, max_unmap_block_desc_count);
H A Dtarget_core_device.c797 dev->dev_attrib.max_unmap_block_desc_count = in target_alloc_device()
842 attrib->max_unmap_block_desc_count = 1; in target_configure_unmap_from_queue()
H A Dtarget_core_file.c179 dev->dev_attrib.max_unmap_block_desc_count = 1; in fd_configure_device()
H A Dtarget_core_sbc.c1177 if (size / 16 > dev->dev_attrib.max_unmap_block_desc_count) { in sbc_execute_unmap()
H A Dtarget_core_spc.c547 put_unaligned_be32(dev->dev_attrib.max_unmap_block_desc_count, in spc_emulate_evpd_b0()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_configfs.c574 DEF_CONFIGFS_ATTRIB_SHOW(max_unmap_block_desc_count); variable
597 DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_block_desc_count); variable
777 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpu_store()
807 if (flag && !da->max_unmap_block_desc_count) { in emulate_tpws_store()
1023 if (flag && !da->max_unmap_block_desc_count) { in unmap_zeroes_data_store()
1026 pr_err("dev[%p]: Thin Provisioning LBPRZ will not be set because max_unmap_block_desc_count is zero\n", in unmap_zeroes_data_store()
1262 CONFIGFS_ATTR(, max_unmap_block_desc_count);
H A Dtarget_core_device.c769 dev->dev_attrib.max_unmap_block_desc_count = in target_alloc_device()
813 attrib->max_unmap_block_desc_count = 1; in target_configure_unmap_from_queue()
H A Dtarget_core_file.c101 dev->dev_attrib.max_unmap_block_desc_count = 1; in fd_configure_unmap()
H A Dtarget_core_sbc.c1118 if (size / 16 > dev->dev_attrib.max_unmap_block_desc_count) { in sbc_execute_unmap()
H A Dtarget_core_spc.c579 put_unaligned_be32(dev->dev_attrib.max_unmap_block_desc_count, in spc_emulate_evpd_b0()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h63 /* Default max_unmap_block_desc_count */
703 u32 max_unmap_block_desc_count; member
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h63 /* Default max_unmap_block_desc_count */
716 u32 max_unmap_block_desc_count; member

Completed in 27 milliseconds