summaryrefslogtreecommitdiffstats
path: root/sys/sys/namei.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/namei.h')
-rw-r--r--sys/sys/namei.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h
index 946f4e5..9b62a3d 100644
--- a/sys/sys/namei.h
+++ b/sys/sys/namei.h
@@ -134,6 +134,7 @@ struct nameidata {
#define DOWHITEOUT 0x0040000 /* do whiteouts */
#define WILLBEDIR 0x0080000 /* new files will be dirs; allow trailing / */
#define ISUNICODE 0x0100000 /* current component name is unicode*/
+#define ISOPEN 0x0200000 /* caller is opening; return a real vnode. */
#define NOCROSSMOUNT 0x0400000 /* do not cross mount points */
#define NOMACCHECK 0x0800000 /* do not perform MAC checks */
#define MPSAFE 0x1000000 /* namei() must acquire Giant if needed. */
OpenPOWER on IntegriCloud