Lines Matching defs:buf
362 struct device_attribute *attr, char *buf) \
365 return sysfs_emit(buf, "%u\n", this_leaf->object); \
376 struct device_attribute *attr, char *buf)
380 return sysfs_emit(buf, "%uK\n", this_leaf->size >> 10);
384 struct device_attribute *attr, char *buf)
389 return sysfs_emit(buf, "%*pb\n", nr_cpu_ids, mask);
393 struct device_attribute *attr, char *buf)
398 return sysfs_emit(buf, "%*pbl\n", nr_cpu_ids, mask);
402 struct device_attribute *attr, char *buf)
421 return sysfs_emit(buf, "%s\n", output);
425 struct device_attribute *attr, char *buf)
440 return sysfs_emit(buf, "%s\n", output);
444 struct device_attribute *attr, char *buf)
451 n = sysfs_emit(buf, "WriteThrough\n");
453 n = sysfs_emit(buf, "WriteBack\n");