Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs.h95 int ncl_vinvalbuf(struct vnode *, int, struct thread *, int);
H A Dnfs_clbio.c380 error = ncl_vinvalbuf(vp, V_SAVE | V_ALLOWCLEAN, td, 1); in nfs_bioread_check_cons()
403 error = ncl_vinvalbuf(vp, V_SAVE | V_ALLOWCLEAN, td, 1); in nfs_bioread_check_cons()
624 error = ncl_vinvalbuf(vp, 0, td, 1); in ncl_bioread()
897 error = ncl_vinvalbuf(vp, V_SAVE | ((ioflag & in ncl_write()
1001 error = ncl_vinvalbuf(vp, V_SAVE | ((ioflag & in ncl_write()
1324 ncl_vinvalbuf(struct vnode *vp, int flags, struct thread *td, int intrflg) in ncl_vinvalbuf() function
H A Dnfs_clnode.c224 (void)ncl_vinvalbuf(vp, 0, td, 1); in ncl_releasesillyrename()
H A Dnfs_clvnops.c618 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open()
659 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open()
684 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open()
877 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_close()
1092 error = ncl_vinvalbuf(vp, vap->va_size == 0 ? in nfs_setattr()
1120 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_setattr()
2008 error = ncl_vinvalbuf(vp, 0, curthread, 1); in nfs_remove()
2061 (void)ncl_vinvalbuf(vp, 0, td, 1); in nfs_removestatus()
3550 (void) ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_advlock()
3942 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_deallocate()
[all …]
H A Dnfs_clvfsops.c1612 nmp->nm_vinvalbuf = ncl_vinvalbuf; in mountnfs()