Home
last modified time | relevance | path

Searched refs:ncl_vinvalbuf (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/fs/nfs/client/
Dnfs.h99 int ncl_vinvalbuf(struct vnode *, int, struct kauth_cred *, int);
Dnfs_clbio.c363 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
Dnfs_clvnops.c536 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()
Dnfs_clnode.c219 (void) ncl_vinvalbuf(vp, 0, td, 1); in ncl_releasesillyrename()
Dnfs_clvfsops.c1434 nmp->nm_vinvalbuf = ncl_vinvalbuf; in mountnfs()