Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dsd.h116 u32 unmap_granularity; member
H A Dscsi_debug.c6626 module_param_named(unmap_granularity, sdebug_unmap_granularity, int, S_IRUGO);
6706 MODULE_PARM_DESC(unmap_granularity, "thin provisioning granularity in blocks (def=1)");
/linux/drivers/target/
H A Dtarget_core_device.c770 dev->dev_attrib.unmap_granularity = DA_UNMAP_GRANULARITY_DEFAULT; in target_alloc_device()
814 attrib->unmap_granularity = bdev_discard_granularity(bdev) / block_size; in target_configure_unmap_from_queue()
H A Dtarget_core_file.c102 dev->dev_attrib.unmap_granularity = 1; in fd_configure_unmap()
H A Dtarget_core_configfs.c575 DEF_CONFIGFS_ATTRIB_SHOW(unmap_granularity);
599 DEF_CONFIGFS_ATTRIB_STORE_U32(unmap_granularity);
1298 CONFIGFS_ATTR(, unmap_granularity);
H A Dtarget_core_spc.c585 put_unaligned_be32(dev->dev_attrib.unmap_granularity, &buf[28]); in spc_emulate_evpd_b0()
/linux/include/target/
H A Dtarget_core_base.h726 u32 unmap_granularity; member