Lines Matching defs:fp
33 static struct posix_clock *get_posix_clock(struct file *fp) in get_posix_clock()
52 static ssize_t posix_clock_read(struct file *fp, char __user *buf, in posix_clock_read()
69 static unsigned int posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
85 static int posix_clock_fasync(int fd, struct file *fp, int on) in posix_clock_fasync()
101 static int posix_clock_mmap(struct file *fp, struct vm_area_struct *vma) in posix_clock_mmap()
117 static long posix_clock_ioctl(struct file *fp, in posix_clock_ioctl()
135 static long posix_clock_compat_ioctl(struct file *fp, in posix_clock_compat_ioctl()
153 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open()
179 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release()
245 struct file *fp; member
251 struct file *fp = fget(CLOCKID_TO_FD(id)); in get_clock_desc() local