Lines Matching defs:count
158 * "count=1" is a special case, meaning that the buffer is one
217 struct old_linux_dirent __user *, dirent, unsigned int, count)
254 int count;
273 if (reclen > buf->count)
298 buf->count -= reclen;
308 struct linux_dirent __user *, dirent, unsigned int, count)
313 .count = count,
332 error = count - buf.count;
342 int count;
360 if (reclen > buf->count)
380 buf->count -= reclen;
391 struct linux_dirent64 __user *, dirent, unsigned int, count)
396 .count = count,
416 error = count - buf.count;
475 struct compat_old_linux_dirent __user *, dirent, unsigned int, count)
506 int count;
525 if (reclen > buf->count)
549 buf->count -= reclen;
559 struct compat_linux_dirent __user *, dirent, unsigned int, count)
565 .count = count
583 error = count - buf.count;