Lines Matching defs:count
118 char *buf, loff_t off, size_t count)
131 if (off + count > size) {
133 count = size;
135 size = count;
183 return count;
189 char *buf, loff_t off, size_t count)
192 unsigned int size = count;
198 if (off + count > RIO_MAINT_SPACE_SZ) {
200 count = size;
241 return count;
289 static ssize_t scan_store(struct bus_type *bus, const char *buf, size_t count)
308 rc = count;