Lines Matching defs:count
185 size_t count, loff_t *ppos)
191 if (!access_ok(ubuf, count))
194 todo = count;
199 * Select access size based on count and alignment and
272 return count;
276 size_t count, loff_t *ppos)
282 if (!access_ok(ubuf, count))
285 todo = count;
290 * Select access size based on count and alignment and
343 return count;