Lines Matching defs:count
39 size_t transferred, unsigned count,
43 if (count * sizeof(struct compat_iovec) == transferred) {
55 for (i = 0; i < count; i++) {
63 if (count * sizeof(struct iovec) != transferred)
72 size_t count)
77 for (n = 0; n < count; n++, iov++) {
86 void *src, size_t transferred, unsigned count,
94 count, is_compat);
97 if (count * sizeof(struct fuse_ioctl_iovec) != transferred)
100 for (i = 0; i < count; i++) {