Searched refs:locks_copy_lock (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/ |
D | locks.c | 380 void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function 395 EXPORT_SYMBOL(locks_copy_lock); 1062 locks_copy_lock(new_fl, request); in flock_lock_inode() 1245 locks_copy_lock(new_fl, request); in posix_lock_inode() 1277 locks_copy_lock(new_fl, request); in posix_lock_inode() 1290 locks_copy_lock(left, right); in posix_lock_inode()
|
/Linux-v6.1/fs/dlm/ |
D | plock.c | 144 locks_copy_lock(&op_data->flc, fl); in dlm_posix_lock()
|
/Linux-v6.1/fs/lockd/ |
D | svclock.c | 411 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
|
/Linux-v6.1/include/linux/ |
D | fs.h | 1162 extern void locks_copy_lock(struct file_lock *, struct file_lock *); 1240 static inline void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function
|
/Linux-v6.1/fs/nfs/ |
D | nfs4proc.c | 6856 locks_copy_lock(&p->fl, fl); in nfs4_alloc_unlockdata() 7087 locks_copy_lock(&p->fl, fl); in nfs4_alloc_lockdata()
|