Searched refs:locks_copy_lock (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | filelock.h | 201 void locks_copy_lock(struct file_lock *, struct file_lock *); 340 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function
|
| /linux/fs/ |
| H A D | locks.c | 434 void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function 449 EXPORT_SYMBOL(locks_copy_lock); 1189 locks_copy_lock(new_fl, request); in flock_lock_inode() 1372 locks_copy_lock(new_fl, request); in posix_lock_inode() 1405 locks_copy_lock(new_fl, request); in posix_lock_inode() 1418 locks_copy_lock(left, right); in posix_lock_inode()
|
| /linux/fs/dlm/ |
| H A D | plock.c | 160 locks_copy_lock(&op_data->flc, fl); in dlm_posix_lock()
|
| /linux/fs/lockd/ |
| H A D | svclock.c | 421 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 7047 locks_copy_lock(&p->fl, fl); in nfs4_alloc_unlockdata() 7284 locks_copy_lock(&p->fl, fl); in nfs4_alloc_lockdata()
|