Symbol: V_SAVE
sys/dev/vnd.c
1721
error = vinvalbuf(vnd->sc_vp, V_SAVE, vnd->sc_cred,
sys/fs/adosfs/advfsops.c
175
if ((error = vinvalbuf(devvp, V_SAVE, l->l_cred, l, 0, 0)) != 0)
sys/fs/cd9660/cd9660_vfsops.c
408
error = vinvalbuf(devvp, V_SAVE, l->l_cred, l, 0, 0);
sys/fs/filecorefs/filecore_vfsops.c
319
if ((error = vinvalbuf(devvp, V_SAVE, l->l_cred, l, 0, 0)) != 0)
sys/fs/hfs/hfs_subr.c
189
result = vinvalbuf(args->devvp, V_SAVE, args->cred, args->l, 0, 0);
sys/fs/msdosfs/msdosfs_vfsops.c
476
error = vinvalbuf(devvp, V_SAVE, l->l_cred, l, 0, 0);
sys/fs/nfs/client/nfs_clbio.c
1329
if ((flags & V_SAVE) && (vp->v_bufobj.bo_object != NULL)) {
sys/fs/nfs/client/nfs_clbio.c
363
error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
sys/fs/nfs/client/nfs_clbio.c
386
error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
sys/fs/nfs/client/nfs_clbio.c
901
error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
sys/fs/nfs/client/nfs_clbio.c
981
error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
sys/fs/nfs/client/nfs_clvnops.c
3064
(void) ncl_vinvalbuf(vp, V_SAVE, td, 1);
sys/fs/nfs/client/nfs_clvnops.c
536
error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
sys/fs/nfs/client/nfs_clvnops.c
572
error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
sys/fs/nfs/client/nfs_clvnops.c
592
error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
sys/fs/nfs/client/nfs_clvnops.c
732
error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
sys/fs/nfs/client/nfs_clvnops.c
951
error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
sys/fs/nfs/client/nfs_clvnops.c
978
if ((error = ncl_vinvalbuf(vp, V_SAVE, td, 1)) != 0 &&
sys/fs/nfs/nlm/nlm_advlock.c
230
nmp->nm_vinvalbuf(vp, V_SAVE, td, 1);
sys/fs/nilfs/nilfs_vfsops.c
467
if ((error = vinvalbuf(nilfsdev->devvp, V_SAVE, l->l_cred, l, 0, 0)))
sys/fs/ntfs/ntfs_vfsops.c
333
error = vinvalbuf(devvp, V_SAVE, l->l_cred, l, 0, 0);
sys/fs/ntfs/ntfs_vfsops.c
550
error = vinvalbuf(ntmp->ntm_devvp, V_SAVE, NOCRED, l, 0, 0);
sys/fs/sysvbfs/sysvbfs_vfsops.c
175
error = vinvalbuf(devvp, V_SAVE, cred, l, 0, 0);
sys/fs/udf/udf_vfsops.c
578
error = vinvalbuf(devvp, V_SAVE, l->l_cred, l, 0, 0);
sys/fs/v7fs/v7fs_vfsops.c
218
if ((error = vinvalbuf(devvp, V_SAVE, cred, l, 0, 0)))
sys/kern/vfs_mount.c
882
error = vinvalbuf(vp, V_SAVE, l->l_cred, l, 0, 0);
sys/kern/vfs_subr.c
206
(flags & V_SAVE ? PGO_CLEANIT | PGO_RECLAIM : 0);
sys/kern/vfs_subr.c
215
if (flags & V_SAVE) {
sys/kern/vfs_subr.c
252
if ((bp->b_oflags & BO_DELWRI) && (flags & V_SAVE)) {
sys/kern/vfs_vnode.c
1931
error = vinvalbuf(vp, V_SAVE, NOCRED, l, 0, 0);
sys/miscfs/specfs/spec_vnops.c
1677
error = vinvalbuf(vp, V_SAVE, ap->a_cred, curlwp, 0, 0);
sys/nfs/nfs_bio.c
692
error = nfs_vinvalbuf(vp, V_SAVE, cred, l, 1);
sys/nfs/nfs_bio.c
716
error = nfs_vinvalbuf(vp, V_SAVE, cred, l, 1);
sys/nfs/nfs_vnops.c
496
error = nfs_vinvalbuf(vp, V_SAVE, ap->a_cred, curlwp, 1);
sys/nfs/nfs_vnops.c
625
error = nfs_vinvalbuf(vp, V_SAVE,
sys/nfs/nfs_vnops.c
643
(error = nfs_vinvalbuf(vp, V_SAVE, ap->a_cred,
sys/ufs/chfs/chfs_vfsops.c
226
err = vinvalbuf(devvp, V_SAVE, cred, l, 0, 0);
sys/ufs/ext2fs/ext2fs_vfsops.c
717
error = vinvalbuf(devvp, V_SAVE, cred, l, 0, 0);
sys/ufs/ffs/ffs_vfsops.c
1190
error = vinvalbuf(devvp, V_SAVE, cred, l, 0, 0);
sys/ufs/lfs/lfs_vfsops.c
933
error = vinvalbuf(devvp, V_SAVE, cred, l, 0, 0);
sys/ufs/mfs/mfs_vnops.c
251
if ((error = vinvalbuf(vp, V_SAVE, ap->a_cred, curlwp, 0, 0)) != 0)