Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/lockd/
Dbind.h54 extern int nlmclnt_proc(struct nlm_host *host, int cmd,
/linux-2.6.39/fs/lockd/
Dclntproc.c154 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl) in nlmclnt_proc() function
184 EXPORT_SYMBOL_GPL(nlmclnt_proc);
/linux-2.6.39/fs/nfs/
Dproc.c681 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl); in nfs_proc_lock()
Dnfs3proc.c848 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl); in nfs3_proc_lock()