Home
last modified time | relevance | path

Searched refs:max_unmap_lba_count (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_device.c810 dev->dev_attrib.max_unmap_lba_count = DA_MAX_UNMAP_LBA_COUNT; in target_alloc_device()
840 attrib->max_unmap_lba_count = (q->limits.max_discard_sectors << 9) / in target_configure_unmap_from_queue()
Dtarget_core_file.c188 dev->dev_attrib.max_unmap_lba_count = 0x2000; in fd_configure_device()
Dtarget_core_configfs.c498 DEF_CONFIGFS_ATTRIB_SHOW(max_unmap_lba_count);
519 DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_lba_count);
997 CONFIGFS_ATTR(, max_unmap_lba_count);
Dtarget_core_spc.c546 put_unaligned_be32(dev->dev_attrib.max_unmap_lba_count, &buf[20]); in spc_emulate_evpd_b0()
Dtarget_core_sbc.c1209 if (range > dev->dev_attrib.max_unmap_lba_count) { in sbc_execute_unmap()
/linux-4.4.14/include/target/
Dtarget_core_base.h686 u32 max_unmap_lba_count; member