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

/linux-master/drivers/target/
H A Dtarget_core_file.c174 dev->dev_attrib.max_write_same_len = 0xFFFF;
192 dev->dev_attrib.max_write_same_len = 0x1000;
H A Dtarget_core_iblock.c143 dev->dev_attrib.max_write_same_len = max_write_zeroes_sectors;
145 dev->dev_attrib.max_write_same_len = 0xFFFF;
H A Dtarget_core_sbc.c288 if (sectors > cmd->se_dev->dev_attrib.max_write_same_len) {
289 pr_warn("WRITE_SAME sectors: %u exceeds max_write_same_len: %u\n",
290 sectors, cmd->se_dev->dev_attrib.max_write_same_len);
H A Dtarget_core_device.c776 dev->dev_attrib.max_write_same_len = DA_MAX_WRITE_SAME_LEN;
H A Dtarget_core_configfs.c578 DEF_CONFIGFS_ATTRIB_SHOW(max_write_same_len); variable
601 DEF_CONFIGFS_ATTRIB_STORE_U32(max_write_same_len); variable
1301 CONFIGFS_ATTR(, max_write_same_len);
H A Dtarget_core_spc.c599 put_unaligned_be64(dev->dev_attrib.max_write_same_len, &buf[36]);
/linux-master/include/target/
H A Dtarget_core_base.h71 /* Default max_write_same_len, disabled by default */
728 u32 max_write_same_len; member in struct:se_dev_attrib

Completed in 163 milliseconds