Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_iblock.c135 dev->dev_attrib.max_write_same_len = max_write_zeroes_sectors; in iblock_configure_device()
137 dev->dev_attrib.max_write_same_len = 0xFFFF; in iblock_configure_device()
Dtarget_core_file.c172 dev->dev_attrib.max_write_same_len = 0xFFFF; in fd_configure_device()
200 dev->dev_attrib.max_write_same_len = 0x1000; in fd_configure_device()
Dtarget_core_sbc.c308 if (sectors > cmd->se_dev->dev_attrib.max_write_same_len) { in sbc_setup_write_same()
310 sectors, cmd->se_dev->dev_attrib.max_write_same_len); in sbc_setup_write_same()
Dtarget_core_configfs.c554 DEF_CONFIGFS_ATTRIB_SHOW(max_write_same_len);
575 DEF_CONFIGFS_ATTRIB_STORE_U32(max_write_same_len);
1138 CONFIGFS_ATTR(, max_write_same_len);
Dtarget_core_spc.c570 put_unaligned_be64(dev->dev_attrib.max_write_same_len, &buf[36]); in spc_emulate_evpd_b0()
Dtarget_core_device.c821 dev->dev_attrib.max_write_same_len = DA_MAX_WRITE_SAME_LEN; in target_alloc_device()
/Linux-v4.19/include/target/
Dtarget_core_base.h687 u32 max_write_same_len; member