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