Searched refs:nlmclnt_proc (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/lockd/ |
D | lockd_syms.c | 32 EXPORT_SYMBOL(nlmclnt_proc);
|
D | clntproc.c | 104 nlmclnt_proc(struct inode *inode, int cmd, struct file_lock *fl) in nlmclnt_proc() function
|
/linux-2.4.37.9/fs/nfs/ |
D | file.c | 250 status = nlmclnt_proc(inode, cmd, fl); in do_getlk() 277 status = nlmclnt_proc(inode, cmd, fl); in do_unlk() 305 status = nlmclnt_proc(inode, cmd, fl); in do_setlk()
|
/linux-2.4.37.9/include/linux/lockd/ |
D | bind.h | 38 extern int nlmclnt_proc(struct inode *, int, struct file_lock *);
|