Searched refs:nlmclnt_proc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/lockd/ |
| H A D | bind.h | 78 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | clntproc.c | 158 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data) in nlmclnt_proc() function 197 EXPORT_SYMBOL_GPL(nlmclnt_proc);
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | proc.c | 662 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); in nfs_proc_lock()
|
| H A D | nfs3proc.c | 950 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
|