Searched refs:dcssblk_add_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/s390/block/ |
D | dcssblk.c | 68 static ssize_t dcssblk_add_store(struct device * dev, struct device_attribute *attr, const char * b… 73 static DEVICE_ATTR(add, S_IWUSR, NULL, dcssblk_add_store); 521 dcssblk_add_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in dcssblk_add_store() function 915 rc = dcssblk_add_store(dcssblk_root_dev, NULL, buf, j-i); in dcssblk_check_params()
|