Lines Matching defs:filp

337 static inline void init_sync_kiocb(struct kiocb *kiocb, struct file *filp)  in init_sync_kiocb()
1080 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
1085 static inline int fcntl_getlease(struct file *filp) in fcntl_getlease()
1110 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
1115 static inline void locks_remove_file(struct file *filp) in locks_remove_file()
1120 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock()
1125 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file()
1142 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock()
1147 static inline int vfs_lock_file(struct file *filp, unsigned int cmd, in vfs_lock_file()
1153 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock()
1174 static inline int generic_setlease(struct file *filp, long arg, in generic_setlease()
1180 static inline int vfs_setlease(struct file *filp, long arg, in vfs_setlease()
1194 struct file *filp, struct files_struct *files) {} in show_fd_locks()
1202 static inline int posix_lock_file_wait(struct file *filp, struct file_lock *fl) in posix_lock_file_wait()
1207 static inline int flock_lock_file_wait(struct file *filp, struct file_lock *fl) in flock_lock_file_wait()
2050 struct file *filp, in locks_verify_truncate()
2130 struct file *filp, loff_t offset, in locks_mandatory_area()
2151 static inline int locks_verify_truncate(struct inode *inode, struct file *filp, in locks_verify_truncate()
2829 static inline bool io_is_direct(struct file *filp) in io_is_direct()