Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dclntproc.c237 nlmclnt_call(struct nlm_rqst *req, u32 proc) in nlmclnt_call() function
388 if ((status = nlmclnt_call(req, NLMPROC_TEST)) < 0) in nlmclnt_test()
456 if ((status = nlmclnt_call(req, NLMPROC_LOCK)) >= 0) { in nlmclnt_lock()
496 if ((status = nlmclnt_call(req, NLMPROC_LOCK)) >= 0 in nlmclnt_reclaim()
537 if ((status = nlmclnt_call(req, NLMPROC_UNLOCK)) < 0) in nlmclnt_unlock()
/linux-2.4.37.9/include/linux/lockd/
Dlockd.h131 int nlmclnt_call(struct nlm_rqst *, u32);