Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/lockd/
Dbind.h55 extern int nlmclnt_proc(struct nlm_host *host, int cmd,
/linux-4.1.27/fs/lockd/
Dclntproc.c155 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl) in nlmclnt_proc() function
189 EXPORT_SYMBOL_GPL(nlmclnt_proc);
/linux-4.1.27/fs/nfs/
Dproc.c641 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl); in nfs_proc_lock()
Dnfs3proc.c873 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl); in nfs3_proc_lock()