Lines Matching defs:buf
77 char *buf);
80 const char *buf, size_t count);
109 ocfs2_filecheck_show(struct kobject *kobj, struct attribute *attr, char *buf)
117 ret = kattr->show(kobj, kattr, buf);
124 const char *buf, size_t count)
132 ret = kattr->store(kobj, kattr, buf, count);
242 ocfs2_filecheck_args_get_long(const char *buf, size_t count,
247 memcpy(buffer, buf, count);
272 ocfs2_filecheck_args_parse(const char *name, const char *buf, size_t count,
284 if (ocfs2_filecheck_args_get_long(buf, count, &val))
301 char *buf)
315 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max);
320 ret = snprintf(buf, remain, "INO\t\tDONE\tERROR\n");
328 ret = snprintf(buf + total, remain, "%lu\t\t%u\t%s\n",
449 const char *buf, size_t count)
460 if (ocfs2_filecheck_args_parse(attr->attr.name, buf, count, &args))