Searched refs:__locks_copy_lock (Results 1 – 3 of 3) sorted by relevance
243 void __locks_copy_lock(struct file_lock *new, const struct file_lock *fl) in __locks_copy_lock() function255 EXPORT_SYMBOL(__locks_copy_lock);261 __locks_copy_lock(new, fl); in locks_copy_lock()653 __locks_copy_lock(fl, cfl); in posix_test_lock()834 __locks_copy_lock(conflock, fl); in __posix_lock_file()
654 __locks_copy_lock(block->b_fl, conf); in nlmsvc_update_deferred_block()
1146 extern void __locks_copy_lock(struct file_lock *, const struct file_lock *);1206 static inline void __locks_copy_lock(struct file_lock *new, struct file_lock *fl) in __locks_copy_lock() function