Lines Matching refs:file
5 * contributor license agreements. See the NOTICE file distributed with
7 * ASF licenses this file to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance with the
138 struct file; /* Forward reference */
143 int pipecommon_open(struct file *filep);
144 int pipecommon_close(struct file *filep);
145 ssize_t pipecommon_read(struct file *, char *, size_t);
146 ssize_t pipecommon_write(struct file *, const char *, size_t);
147 int pipecommon_ioctl(struct file *filep, int cmd, unsigned long arg);
148 int pipecommon_poll(struct file *filep, poll_table *fds);