Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dclntproc.c35 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