Searched refs:nlmclnt_proc (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/lockd/ |
A D | bind.h | 79 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
|
/linux-6.3-rc2/fs/lockd/ |
A D | clntproc.c | 159 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data) in nlmclnt_proc() function 198 EXPORT_SYMBOL_GPL(nlmclnt_proc);
|
/linux-6.3-rc2/fs/nfs/ |
A D | proc.c | 662 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); in nfs_proc_lock()
|
A D | nfs3proc.c | 973 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
|
Completed in 10 milliseconds