Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/lockd/
Dbind.h79 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
/linux-5.19.10/fs/lockd/
Dclntproc.c158 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);
/linux-5.19.10/fs/nfs/
Dproc.c662 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); in nfs_proc_lock()
Dnfs3proc.c972 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()