nlmclnt_proc
EXPORT_SYMBOL_GPL(nlmclnt_proc);
status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx);
return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL);
extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);