Searched refs:nlmclnt_cancel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | clntproc.c | 32 static int nlmclnt_cancel(struct nlm_host *, int , struct file_lock *); 565 if (nlmclnt_cancel(host, req->a_args.block, fl) == 0) in nlmclnt_lock() 758 static int nlmclnt_cancel(struct nlm_host *host, int block, struct file_lock *fl) in nlmclnt_cancel() function
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | clntproc.c | 35 static int nlmclnt_cancel(struct nlm_host *, int , struct file_lock *); 582 if (nlmclnt_cancel(host, req->a_args.block, fl) == 0) in nlmclnt_lock() 781 static int nlmclnt_cancel(struct nlm_host *host, int block, struct file_lock *fl) in nlmclnt_cancel() function
|
Completed in 3 milliseconds