Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/lockd/
Dbind.h77 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
/Linux-v4.19/fs/lockd/
Dclntproc.c156 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/
Dproc.c649 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); in nfs_proc_lock()
Dnfs3proc.c908 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()