Lines Matching full:read
63 /* Read file signature */
124 * Get per UID read timeouts
131 * Set per UID read timeouts
138 * Get last read error
188 * Description of a pending read. A pending read - a read call by
194 /* Id of a file that is being read from. */
197 /* A number of microseconds since system boot to the read. */
200 /* Index of a file block that is being read. */
203 /* A serial number of this pending read. */
208 * Description of a pending read. A pending read - a read call by
215 /* Id of a file that is being read from. */
218 /* A number of microseconds since system boot to the read. */
221 /* Index of a file block that is being read. */
224 /* A serial number of this pending read. */
418 /* Start index to read from */
422 * End index to read to. 0 means read to end. This is a range,
423 * so incfs will read from start_index to end_index - 1
510 * Min time in microseconds to read any block. Note that this doesn't
516 * Min time in microseconds to satisfy a pending read. Any pending read
518 * read time >= this value.
523 * Max time in microseconds to satisfy a pending read before the read
531 * Get the read timeouts array
550 * Set the read timeouts array
567 * Get last read error struct
571 /* File id of last file that had a read error */
574 /* Time of last read error, in us, from CLOCK_MONOTONIC */
577 /* Index of page that was being read at last read error */
580 /* errno of last read error */
583 /* uid of last read error */