Lines Matching defs:count
254 * @count:
261 s64 count)
263 return read(DEV_FD(dev), buf, count);
270 * @count:
277 s64 count)
284 return write(DEV_FD(dev), buf, count);
291 * @count:
299 s64 count, s64 offset)
301 return pread(DEV_FD(dev), buf, count, offset);
308 * @count:
316 s64 count, s64 offset)
323 return pwrite(DEV_FD(dev), buf, count, offset);