Home
last modified time | relevance | path

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

/linux-4.1.27/include/target/
Dtarget_core_backend_configfs.h115 DEF_TB_DEV_ATTRIB(_backend, max_write_same_len); \
116 TB_DEV_ATTR(_backend, max_write_same_len, S_IRUGO | S_IWUSR);
Dtarget_core_base.h705 u32 max_write_same_len; member
/linux-4.1.27/drivers/target/
Dtarget_core_device.c713 u32 max_write_same_len) in se_dev_set_max_write_same_len() argument
715 dev->dev_attrib.max_write_same_len = max_write_same_len; in se_dev_set_max_write_same_len()
717 dev, dev->dev_attrib.max_write_same_len); in se_dev_set_max_write_same_len()
1537 dev->dev_attrib.max_write_same_len = DA_MAX_WRITE_SAME_LEN; in target_alloc_device()
Dtarget_core_file.c191 dev->dev_attrib.max_write_same_len = 0xFFFF; in fd_configure_device()
219 dev->dev_attrib.max_write_same_len = 0x1000; in fd_configure_device()
Dtarget_core_sbc.c277 if (sectors > cmd->se_dev->dev_attrib.max_write_same_len) { in sbc_setup_write_same()
279 sectors, cmd->se_dev->dev_attrib.max_write_same_len); in sbc_setup_write_same()
Dtarget_core_iblock.c155 dev->dev_attrib.max_write_same_len = 0xFFFF; in iblock_configure_device()
Dtarget_core_spc.c576 put_unaligned_be64(dev->dev_attrib.max_write_same_len, &buf[36]); in spc_emulate_evpd_b0()