Lines Matching defs:filp

346 	int (*readpages)(struct file *filp, struct address_space *mapping,
972 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg);
973 extern int fcntl_getlease(struct file *filp);
990 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
991 extern int flock_lock_file_wait(struct file *filp, struct file_lock *fl);
1023 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg)
1028 static inline int fcntl_getlease(struct file *filp)
1048 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner)
1053 static inline void locks_remove_file(struct file *filp)
1058 static inline void posix_test_lock(struct file *filp, struct file_lock *fl)
1063 static inline int posix_lock_file(struct file *filp, struct file_lock *fl,
1069 static inline int posix_lock_file_wait(struct file *filp, struct file_lock *fl)
1079 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl)
1084 static inline int vfs_lock_file(struct file *filp, unsigned int cmd,
1090 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl)
1095 static inline int flock_lock_file_wait(struct file *filp,
1111 static inline int generic_setlease(struct file *filp, long arg,
1117 static inline int vfs_setlease(struct file *filp, long arg,
1152 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
1153 extern void f_setown(struct file *filp, unsigned long arg, int force);
1154 extern void f_delown(struct file *filp);
1155 extern pid_t f_getown(struct file *filp);
1933 struct file *filp,
1938 FLOCK_VERIFY_WRITE, inode, filp,
2001 struct file *filp, loff_t offset,
2022 static inline int locks_verify_truncate(struct inode *inode, struct file *filp,
2062 struct file *filp);
2089 extern int ioctl_preallocate(struct file *filp, void __user *argp);
2466 extern ssize_t do_sync_read(struct file *filp, char __user *buf, size_t len, loff_t *ppos);
2467 extern ssize_t do_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos);
2468 extern ssize_t new_sync_read(struct file *filp, char __user *buf, size_t len, loff_t *ppos);
2469 extern ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos);
2474 extern int blkdev_fsync(struct file *filp, loff_t start, loff_t end,
2501 extern int generic_file_open(struct inode * inode, struct file * filp);
2502 extern int nonseekable_open(struct inode * inode, struct file * filp);
2505 extern ssize_t xip_file_read(struct file *filp, char __user *buf, size_t len,
2508 extern ssize_t xip_file_write(struct file *filp, const char __user *buf,
2588 extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd,