Searched refs:locks_copy_lock (Results 1 – 4 of 4) sorted by relevance
385 void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function401 EXPORT_SYMBOL(locks_copy_lock);973 locks_copy_lock(new_fl, request); in flock_lock_inode()1135 locks_copy_lock(new_fl, request); in posix_lock_inode()1166 locks_copy_lock(new_fl, request); in posix_lock_inode()1178 locks_copy_lock(left, right); in posix_lock_inode()
137 locks_copy_lock(&xop->flc, fl); in dlm_posix_lock()
341 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
1096 extern void locks_copy_lock(struct file_lock *, struct file_lock *);1167 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function