Lines Matching defs:filp
35 static long vfs_ioctl(struct file *filp, unsigned int cmd, in vfs_ioctl()
50 static int ioctl_fibmap(struct file *filp, int __user *p) in ioctl_fibmap()
173 static int ioctl_fiemap(struct file *filp, unsigned long arg) in ioctl_fiemap()
425 int ioctl_preallocate(struct file *filp, void __user *argp) in ioctl_preallocate()
449 static int file_ioctl(struct file *filp, unsigned int cmd, in file_ioctl()
468 static int ioctl_fionbio(struct file *filp, int __user *argp) in ioctl_fionbio()
491 static int ioctl_fioasync(unsigned int fd, struct file *filp, in ioctl_fioasync()
513 static int ioctl_fsfreeze(struct file *filp) in ioctl_fsfreeze()
528 static int ioctl_fsthaw(struct file *filp) in ioctl_fsthaw()
546 int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, in do_vfs_ioctl()
606 struct file *filp; in SYSCALL_DEFINE3() local