Lines Matching defs:count
78 const char *buf, size_t count);
123 const char *buf, size_t count)
131 ret = kattr->store(kobj, kattr, buf, count);
209 unsigned int count);
241 ocfs2_filecheck_args_get_long(const char *buf, size_t count,
246 memcpy(buffer, buf, count);
247 buffer[count] = '\0';
271 ocfs2_filecheck_args_parse(const char *name, const char *buf, size_t count,
278 if ((count < 1) || (count >= OCFS2_FILECHECK_ARGS_LEN))
283 if (ocfs2_filecheck_args_get_long(buf, count, &val))
380 unsigned int count)
385 while (i++ < count) {
392 return (ret == count ? 1 : 0);
448 const char *buf, size_t count)
456 if (count == 0)
457 return count;
459 if (ocfs2_filecheck_args_parse(attr->attr.name, buf, count, &args))
508 return (!ret ? count : ret);