Home
last modified time | relevance | path

Searched refs:V_SAVE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/fs/nfsclient/
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()
897 error = ncl_vinvalbuf(vp, V_SAVE | ((ioflag & in ncl_write()
1001 error = ncl_vinvalbuf(vp, V_SAVE | ((ioflag & in ncl_write()
1353 if ((flags & (V_SAVE | V_VMIO)) == V_SAVE) { in ncl_vinvalbuf()
H A Dnfs_clvnops.c654 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open()
695 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open()
720 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_open()
909 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1); in nfs_close()
1114 0 : V_SAVE, td, 1); in nfs_setattr()
1141 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_setattr()
3370 (void) ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_advlock()
3743 error = ncl_vinvalbuf(vp, V_SAVE, td, 1); in nfs_deallocate()
3905 error = ncl_vinvalbuf(outvp, V_SAVE, curthread, 0); in nfs_copy_file_range()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c640 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in smbfs_vinvalbuf()
650 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in smbfs_vinvalbuf()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c950 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in fuse_io_invalbuf()
960 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in fuse_io_invalbuf()
/freebsd/sys/kern/
H A Dvfs_mountroot.c362 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_mountroot_shuffle()
390 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_mountroot_shuffle()
H A Dvfs_subr.c2341 if (flags & V_SAVE) { in bufobj_invalbuf()
2399 vm_object_page_remove(bo->bo_object, 0, 0, (flags & V_SAVE) ? in bufobj_invalbuf()
2484 (flags & V_SAVE)) { in flushbuflist()
4436 if (vinvalbuf(vp, V_SAVE, 0, 0) != 0) { in vgonel()
H A Dvfs_mount.c1146 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_domount_first()
/freebsd/sys/nlm/
H A Dnlm_advlock.c228 nmp->nm_vinvalbuf(vp, V_SAVE, td, 1); in nlm_advlock_internal()
/freebsd/sys/sys/
H A Dvnode.h419 #define V_SAVE 0x0001 /* vinvalbuf: sync file first */ macro
/freebsd/sys/vm/
H A Dvnode_pager.c230 vinvalbuf(vp, V_SAVE, 0, 0); in vnode_destroy_vobject()