Lines Matching defs:fl
1110 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock()
1115 static inline void locks_copy_conflock(struct file_lock *new, struct file_lock *fl) in locks_copy_conflock()
1120 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock()
1135 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock()
1140 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file()
1151 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock()
1157 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file()
1162 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock()
1167 static inline int locks_lock_inode_wait(struct inode *inode, struct file_lock *fl) in locks_lock_inode_wait()
1194 static inline int lease_modify(struct file_lock *fl, int arg, in lease_modify()
1220 static inline int locks_lock_file_wait(struct file *filp, struct file_lock *fl) in locks_lock_file_wait()