Lines Matching refs:fl
1046 void locks_free_lock(struct file_lock *fl);
1059 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
1060 extern int locks_lock_inode_wait(struct inode *inode, struct file_lock *fl);
1110 static inline void locks_init_lock(struct file_lock *fl) in locks_init_lock() argument
1115 static inline void locks_copy_conflock(struct file_lock *new, struct file_lock *fl) in locks_copy_conflock() argument
1120 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() argument
1135 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() argument
1140 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() argument
1151 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() argument
1157 struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
1162 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock() argument
1167 static inline int locks_lock_inode_wait(struct inode *inode, struct file_lock *fl) in locks_lock_inode_wait() argument
1194 static inline int lease_modify(struct file_lock *fl, int arg, in lease_modify() argument
1220 static inline int locks_lock_file_wait(struct file *filp, struct file_lock *fl) in locks_lock_file_wait() argument
1222 return locks_lock_inode_wait(file_inode(filp), fl); in locks_lock_file_wait()