Lines Matching defs:filp

289 static int flock_make_lock(struct file *filp, struct file_lock **lock,  in flock_make_lock()
328 static int flock_to_posix_lock(struct file *filp, struct file_lock *fl, in flock_to_posix_lock()
378 static int flock64_to_posix_lock(struct file *filp, struct file_lock *fl, in flock64_to_posix_lock()
448 static int lease_init(struct file *filp, int type, struct file_lock *fl) in lease_init()
466 static struct file_lock *lease_alloc(struct file *filp, int type) in lease_alloc()
644 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock()
726 static int flock_lock_file(struct file *filp, struct file_lock *request) in flock_lock_file()
1021 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file()
1037 int posix_lock_file_wait(struct file *filp, struct file_lock *fl) in posix_lock_file_wait()
1096 struct file *filp, loff_t offset, in locks_mandatory_area()
1332 int fcntl_getlease(struct file *filp) in fcntl_getlease()
1350 int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) in generic_add_lease()
1415 int generic_delete_lease(struct file *filp, struct file_lock **flp) in generic_delete_lease()
1442 int generic_setlease(struct file *filp, long arg, struct file_lock **flp) in generic_setlease()
1472 static int __vfs_setlease(struct file *filp, long arg, struct file_lock **lease) in __vfs_setlease()
1507 int vfs_setlease(struct file *filp, long arg, struct file_lock **lease) in vfs_setlease()
1519 static int do_fcntl_delete_lease(struct file *filp) in do_fcntl_delete_lease()
1528 static int do_fcntl_add_lease(unsigned int fd, struct file *filp, long arg) in do_fcntl_add_lease()
1582 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
1596 int flock_lock_file_wait(struct file *filp, struct file_lock *fl) in flock_lock_file_wait()
1637 struct file *filp; in SYSCALL_DEFINE2() local
1689 int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock()
1734 int fcntl_getlk(struct file *filp, struct flock __user *l) in fcntl_getlk()
1801 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file()
1810 static int do_lock_file_wait(struct file *filp, unsigned int cmd, in do_lock_file_wait()
1837 int fcntl_setlk(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk()
1919 int fcntl_getlk64(struct file *filp, struct flock64 __user *l) in fcntl_getlk64()
1955 int fcntl_setlk64(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk64()
2034 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
2067 void locks_remove_flock(struct file *filp) in locks_remove_flock()
2118 posix_unblock_lock(struct file *filp, struct file_lock *waiter) in posix_unblock_lock()
2140 int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock()
2266 static int locks_open(struct inode *inode, struct file *filp) in locks_open()