Searched refs:nlmclnt_proc (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/lockd/ |
D | bind.h | 77 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
|
/Linux-v4.19/fs/lockd/ |
D | clntproc.c | 156 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data) in nlmclnt_proc() function 195 EXPORT_SYMBOL_GPL(nlmclnt_proc);
|
/Linux-v4.19/fs/nfs/ |
D | proc.c | 649 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); in nfs_proc_lock()
|
D | nfs3proc.c | 908 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
|