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

/drivers/target/
H A Dtarget_core_device.c869 dev->se_sub_dev->se_dev_attrib.max_unmap_lba_count = DA_MAX_UNMAP_LBA_COUNT;
909 u32 max_unmap_lba_count)
911 dev->se_sub_dev->se_dev_attrib.max_unmap_lba_count = max_unmap_lba_count;
912 pr_debug("dev[%p]: Set max_unmap_lba_count: %u\n",
913 dev, dev->se_sub_dev->se_dev_attrib.max_unmap_lba_count);
907 se_dev_set_max_unmap_lba_count( struct se_device *dev, u32 max_unmap_lba_count) argument
H A Dtarget_core_configfs.c701 DEF_DEV_ATTRIB(max_unmap_lba_count); variable
702 SE_DEV_ATTR(max_unmap_lba_count, S_IRUGO | S_IWUSR);

Completed in 86 milliseconds