summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-04-12 09:22:02 +0000
committerkib <kib@FreeBSD.org>2017-04-12 09:22:02 +0000
commita1620c5c0c8461cda616da9ff3529627c6404763 (patch)
treef8f1c4a356fc10dcb1fb77897de47a7487176b28 /sys/sys
parentb4e0ebca416aa114600baa89a05bc5cb65c7c897 (diff)
downloadFreeBSD-src-a1620c5c0c8461cda616da9ff3529627c6404763.zip
FreeBSD-src-a1620c5c0c8461cda616da9ff3529627c6404763.tar.gz
MFC r316528:
Add V_VMIO flag for vinvalbuf(9).
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/vnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index c5a6112..1074496 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -396,6 +396,7 @@ extern int vttoif_tab[];
#define V_ALT 0x0002 /* vinvalbuf: invalidate only alternate bufs */
#define V_NORMAL 0x0004 /* vinvalbuf: invalidate only regular bufs */
#define V_CLEANONLY 0x0008 /* vinvalbuf: invalidate only clean bufs */
+#define V_VMIO 0x0010 /* vinvalbuf: called during pageout */
#define REVOKEALL 0x0001 /* vop_revoke: revoke all aliases */
#define V_WAIT 0x0001 /* vn_start_write: sleep for suspend */
#define V_NOWAIT 0x0002 /* vn_start_write: don't sleep for suspend */
OpenPOWER on IntegriCloud