• Home
  • Raw
  • Download

Lines Matching defs:filp

374 flock_make_lock(struct file *filp, unsigned int cmd)  in flock_make_lock()
410 static int flock64_to_posix_lock(struct file *filp, struct file_lock *fl, in flock64_to_posix_lock()
460 static int flock_to_posix_lock(struct file *filp, struct file_lock *fl, in flock_to_posix_lock()
484 struct file *filp = fl->fl_file; in lease_setup() local
507 static int lease_init(struct file *filp, long type, struct file_lock *fl) in lease_init()
525 static struct file_lock *lease_alloc(struct file *filp, long type) in lease_alloc()
763 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock()
1162 int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file()
1242 struct file *filp, loff_t offset, in locks_mandatory_area()
1314 struct file *filp = fl->fl_file; in lease_modify() local
1546 int fcntl_getlease(struct file *filp) in fcntl_getlease()
1601 generic_add_lease(struct file *filp, long arg, struct file_lock **flp, void **priv) in generic_add_lease()
1715 static int generic_delete_lease(struct file *filp, void *owner) in generic_delete_lease()
1756 int generic_setlease(struct file *filp, long arg, struct file_lock **flp, in generic_setlease()
1805 vfs_setlease(struct file *filp, long arg, struct file_lock **lease, void **priv) in vfs_setlease()
1814 static int do_fcntl_add_lease(unsigned int fd, struct file *filp, long arg) in do_fcntl_add_lease()
1849 int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
1980 int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock()
2025 int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock __user *l) in fcntl_getlk()
2104 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file()
2113 static int do_lock_file_wait(struct file *filp, unsigned int cmd, in do_lock_file_wait()
2156 int fcntl_setlk(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk()
2253 int fcntl_getlk64(struct file *filp, unsigned int cmd, struct flock64 __user *l) in fcntl_getlk64()
2300 int fcntl_setlk64(unsigned int fd, struct file *filp, unsigned int cmd, in fcntl_setlk64()
2399 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
2433 locks_remove_flock(struct file *filp, struct file_lock_context *flctx) in locks_remove_flock()
2459 locks_remove_lease(struct file *filp, struct file_lock_context *ctx) in locks_remove_lease()
2478 void locks_remove_file(struct file *filp) in locks_remove_file()
2524 int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock()
2635 struct file *filp, struct files_struct *files) in __show_fd_locks()
2654 struct file *filp, struct files_struct *files) in show_fd_locks()
2704 static int locks_open(struct inode *inode, struct file *filp) in locks_open()