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