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