Searched defs:max_unmap_lba_count (Results 1 - 2 of 2) sorted by relevance

/drivers/target/
H A Dtarget_core_device.c655 u32 max_unmap_lba_count)
657 dev->dev_attrib.max_unmap_lba_count = max_unmap_lba_count;
658 pr_debug("dev[%p]: Set max_unmap_lba_count: %u\n",
659 dev, dev->dev_attrib.max_unmap_lba_count);
1567 dev->dev_attrib.max_unmap_lba_count = DA_MAX_UNMAP_LBA_COUNT;
653 se_dev_set_max_unmap_lba_count( struct se_device *dev, u32 max_unmap_lba_count) argument
H A Dtarget_core_configfs.c692 DEF_DEV_ATTRIB(max_unmap_lba_count); variable
693 SE_DEV_ATTR(max_unmap_lba_count, S_IRUGO | S_IWUSR);

Completed in 933 milliseconds