Lines Matching defs:inbuf
360 dcssblk_shared_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t count)
366 if ((count > 1) && (inbuf[1] != '\n') && (inbuf[1] != '\0'))
374 if (inbuf[0] == '1') {
392 } else if (inbuf[0] == '0') {
466 dcssblk_save_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t count)
471 if ((count > 1) && (inbuf[1] != '\n') && (inbuf[1] != '\0'))
476 if (inbuf[0] == '1') {
498 } else if (inbuf[0] == '0') {