Searched refs:ncl_vinvalbuf (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/fs/nfs/client/ |
| D | nfs.h | 99 int ncl_vinvalbuf(struct vnode *, int, struct kauth_cred *, int);
|
| D | nfs_clbio.c | 363 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_bioread_check_cons() 386 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_bioread_check_cons() 580 error = ncl_vinvalbuf(vp, 0, td, 1); in ncl_bioread() 901 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in ncl_write() 981 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in ncl_write() 1294 ncl_vinvalbuf(struct vnode *vp, int flags, struct thread *td, int intrflg) in ncl_vinvalbuf() function
|
| D | nfs_clvnops.c | 536 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open() 572 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open() 592 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open() 732 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_close() 949 error = ncl_vinvalbuf(vp, 0, td, 1); in nfs_setattr() 951 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_setattr() 978 if ((error = ncl_vinvalbuf(vp, V_SAVE, td, 1)) != 0 && in nfs_setattr() 1681 error = ncl_vinvalbuf(vp, 0, cnp->cn_thread, 1); in nfs_remove() 3064 (void) ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_advlock()
|
| D | nfs_clnode.c | 219 (void) ncl_vinvalbuf(vp, 0, td, 1); in ncl_releasesillyrename()
|
| D | nfs_clvfsops.c | 1434 nmp->nm_vinvalbuf = ncl_vinvalbuf; in mountnfs()
|