Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dclntproc.c60 locks_copy_lock(&lock->fl, fl); in nlmclnt_setlockargs()
70 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmclnt_setgrantargs()
399 locks_copy_lock(fl, &req->a_res.lock.fl); in nlmclnt_test()
/linux-2.4.37.9/fs/
Dlocks.c198 void locks_copy_lock(struct file_lock *new, struct file_lock *fl) in locks_copy_lock() function
1006 locks_copy_lock(new_fl, caller); in posix_lock_file()
1017 locks_copy_lock(left, right); in posix_lock_file()
/linux-2.4.37.9/kernel/
Dksyms.c244 EXPORT_SYMBOL(locks_copy_lock);
/linux-2.4.37.9/include/linux/
Dfs.h670 extern void locks_copy_lock(struct file_lock *, struct file_lock *);