/src/sys/kern/ |
vfs_subr.c | 205 int flushflags = PGO_ALLPAGES | PGO_FREE | PGO_SYNCIO | local in function:vinvalbuf 210 error = VOP_PUTPAGES(vp, 0, 0, flushflags);
|
vfs_subr.c | 205 int flushflags = PGO_ALLPAGES | PGO_FREE | PGO_SYNCIO | local in function:vinvalbuf 210 error = VOP_PUTPAGES(vp, 0, 0, flushflags);
|
/src/sys/nfs/ |
nfs_vnops.c | 3128 int flushflags = PGO_ALLPAGES|PGO_CLEANIT|PGO_SYNCIO; local in function:nfs_flush 3132 error = VOP_PUTPAGES(vp, 0, 0, flushflags);
|
nfs_vnops.c | 3128 int flushflags = PGO_ALLPAGES|PGO_CLEANIT|PGO_SYNCIO; local in function:nfs_flush 3132 error = VOP_PUTPAGES(vp, 0, 0, flushflags);
|