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