Home
last modified time | relevance | path

Searched refs:locks_copy_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/
Dlocks.c336 void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function
352 EXPORT_SYMBOL(locks_copy_lock);
920 locks_copy_lock(new_fl, request); in flock_lock_inode()
1078 locks_copy_lock(new_fl, request); in __posix_lock_file()
1109 locks_copy_lock(new_fl, request); in __posix_lock_file()
1121 locks_copy_lock(left, right); in __posix_lock_file()
/linux-4.1.27/fs/dlm/
Dplock.c137 locks_copy_lock(&xop->flc, fl); in dlm_posix_lock()
/linux-4.1.27/fs/lockd/
Dsvclock.c340 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
/linux-4.1.27/include/linux/
Dfs.h1033 extern void locks_copy_lock(struct file_lock *, struct file_lock *);
1105 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function