Lines Matching refs:off_t
58 off_t file_seek(struct file *filep, off_t offset, int whence)
62 off_t pos;
92 offset += (off_t)filep->f_pos;
117 return (off_t)filep->f_pos;
121 return (off_t)VFS_ERROR;
156 * EOVERFLOW The resulting file offset cannot be represented in an off_t.
161 off_t lseek(int fd, off_t offset, int whence)
171 return (off_t)VFS_ERROR;