Lines Matching refs:fl

1030 void locks_free_lock(struct file_lock *fl);
1044 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
1045 extern int flock_lock_inode_wait(struct inode *inode, struct file_lock *fl);
1095 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() argument
1100 static inline void locks_copy_conflock(struct file_lock *new, struct file_lock *fl) in locks_copy_conflock() argument
1105 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() argument
1120 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() argument
1125 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() argument
1132 struct file_lock *fl) in posix_lock_inode_wait() argument
1142 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() argument
1148 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
1153 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock() argument
1186 static inline int lease_modify(struct file_lock *fl, int arg, in lease_modify() argument
1202 static inline int posix_lock_file_wait(struct file *filp, struct file_lock *fl) in posix_lock_file_wait() argument
1204 return posix_lock_inode_wait(file_inode(filp), 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() argument
1209 return flock_lock_inode_wait(file_inode(filp), fl); in flock_lock_file_wait()