Searched refs:locks_copy_lock (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/ |
D | locks.c | 428 void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function 443 EXPORT_SYMBOL(locks_copy_lock); 1115 locks_copy_lock(new_fl, request); in flock_lock_inode() 1284 locks_copy_lock(new_fl, request); in posix_lock_inode() 1316 locks_copy_lock(new_fl, request); in posix_lock_inode() 1329 locks_copy_lock(left, right); in posix_lock_inode()
|
/Linux-v5.10/fs/dlm/ |
D | plock.c | 134 locks_copy_lock(&xop->flc, fl); in dlm_posix_lock()
|
/Linux-v5.10/fs/lockd/ |
D | svclock.c | 428 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
|
/Linux-v5.10/include/linux/ |
D | fs.h | 1137 extern void locks_copy_lock(struct file_lock *, struct file_lock *); 1213 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function
|
/Linux-v5.10/fs/nfs/ |
D | nfs4proc.c | 6686 locks_copy_lock(&p->fl, fl); in nfs4_alloc_unlockdata() 6914 locks_copy_lock(&p->fl, fl); in nfs4_alloc_lockdata()
|