Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/target/
A Dtarget_core_iblock.c138 dev->dev_attrib.max_write_same_len = max_write_zeroes_sectors; in iblock_configure_device()
140 dev->dev_attrib.max_write_same_len = 0xFFFF; in iblock_configure_device()
A Dtarget_core_file.c174 dev->dev_attrib.max_write_same_len = 0xFFFF; in fd_configure_device()
192 dev->dev_attrib.max_write_same_len = 0x1000; in fd_configure_device()
A Dtarget_core_sbc.c287 if (sectors > cmd->se_dev->dev_attrib.max_write_same_len) { in sbc_setup_write_same()
289 sectors, cmd->se_dev->dev_attrib.max_write_same_len); in sbc_setup_write_same()
A Dtarget_core_configfs.c550 DEF_CONFIGFS_ATTRIB_SHOW(max_write_same_len);
572 DEF_CONFIGFS_ATTRIB_STORE_U32(max_write_same_len);
1238 CONFIGFS_ATTR(, max_write_same_len);
A Dtarget_core_device.c821 dev->dev_attrib.max_write_same_len = DA_MAX_WRITE_SAME_LEN; in target_alloc_device()
A Dtarget_core_spc.c604 put_unaligned_be64(dev->dev_attrib.max_write_same_len, &buf[36]); in spc_emulate_evpd_b0()
/linux-6.3-rc2/include/target/
A Dtarget_core_base.h714 u32 max_write_same_len; member

Completed in 24 milliseconds