aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-03-19 14:33:01 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-03-19 14:33:01 +0000
commitf8c09530bd078f45b3e7e1b5980d2b30000a5ccd (patch)
tree6d230a283db2554c5c416e7819e3e268401ec6ea /sys/sys/mount.h
parent7d5365c70ba37b88a87a6e5dc64ab5dbec5da90b (diff)
downloadsrc-f8c09530bd078f45b3e7e1b5980d2b30000a5ccd.tar.gz
src-f8c09530bd078f45b3e7e1b5980d2b30000a5ccd.zip
A flag for the filesystem to indicate to the upper levels that it accepts
unmapped buffers for the VOP_STRATEGY(). Sponsored by: The FreeBSD Foundation Tested by: pho
Notes
Notes: svn path=/head/; revision=248511
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index f73d5d7443f8..a9c86f67fb92 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -351,6 +351,7 @@ void __mnt_vnode_markerfree_active(struct vnode **mvp, struct mount *);
#define MNTK_VGONE_WAITER 0x00000400
#define MNTK_LOOKUP_EXCL_DOTDOT 0x00000800
#define MNTK_MARKER 0x00001000
+#define MNTK_UNMAPPED_BUFS 0x00002000
#define MNTK_NOASYNC 0x00800000 /* disable async */
#define MNTK_UNMOUNT 0x01000000 /* unmount in progress */
#define MNTK_MWAIT 0x02000000 /* waiting for unmount to finish */