max_unmap_block_desc_count  544 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_SHOW(max_unmap_block_desc_count);
max_unmap_block_desc_count  566 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_block_desc_count);
max_unmap_block_desc_count  743 drivers/target/target_core_configfs.c 	if (flag && !da->max_unmap_block_desc_count) {
max_unmap_block_desc_count  769 drivers/target/target_core_configfs.c 	if (flag && !da->max_unmap_block_desc_count) {
max_unmap_block_desc_count  981 drivers/target/target_core_configfs.c 	if (flag && !da->max_unmap_block_desc_count) {
max_unmap_block_desc_count 1142 drivers/target/target_core_configfs.c CONFIGFS_ATTR(, max_unmap_block_desc_count);
max_unmap_block_desc_count  783 drivers/target/target_core_device.c 	dev->dev_attrib.max_unmap_block_desc_count =
max_unmap_block_desc_count  828 drivers/target/target_core_device.c 	attrib->max_unmap_block_desc_count = 1;
max_unmap_block_desc_count  179 drivers/target/target_core_file.c 		dev->dev_attrib.max_unmap_block_desc_count = 1;
max_unmap_block_desc_count 1178 drivers/target/target_core_sbc.c 	if (size / 16 > dev->dev_attrib.max_unmap_block_desc_count) {
max_unmap_block_desc_count  547 drivers/target/target_core_spc.c 	put_unaligned_be32(dev->dev_attrib.max_unmap_block_desc_count,
max_unmap_block_desc_count  693 include/target/target_core_base.h 	u32		max_unmap_block_desc_count;