Lines Matching refs:filp
160 int fcntl_setlease(unsigned int fd, struct file *filp, int arg);
161 int fcntl_getlease(struct file *filp);
203 int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
223 struct file *filp, struct files_struct *files);
259 static inline int fcntl_setlease(unsigned int fd, struct file *filp, int arg) in fcntl_setlease() argument
264 static inline int fcntl_getlease(struct file *filp) in fcntl_getlease() argument
313 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() argument
318 static inline void locks_remove_file(struct file *filp) in locks_remove_file() argument
323 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() argument
328 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file() argument
339 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock() argument
344 static inline int vfs_lock_file(struct file *filp, unsigned int cmd, in vfs_lock_file() argument
350 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock() argument
376 static inline int generic_setlease(struct file *filp, int arg, in generic_setlease() argument
382 static inline int kernel_setlease(struct file *filp, int arg, in kernel_setlease() argument
388 static inline int vfs_setlease(struct file *filp, int arg, in vfs_setlease() argument
402 struct file *filp, struct files_struct *files) {} in show_fd_locks() argument
420 static inline int locks_lock_file_wait(struct file *filp, struct file_lock *fl) in locks_lock_file_wait() argument
422 return locks_lock_inode_wait(file_inode(filp), fl); in locks_lock_file_wait()