Lines Matching refs:file
8 * you may not use this file except in compliance with the License.
51 * - It accepts a file structure instance instead of file descriptor.
60 * end-of-file condition, or a negated errno value on any failure.
64 ssize_t file_read(struct file *filep, void *buf, size_t nbytes)
73 /* Was this file opened for read access? */
122 * end-of-file condition, or -1 on failure with errno set appropriately.
133 /* Did we get a valid file descriptor? */
136 struct file *filep = NULL;
196 /* The descriptor is in a valid range to file descriptor... do the
197 * read. First, get the file structure.