feat: ability to evict dnode and inode cache
[lunaix-os.git] / lunaix-os / includes / lunaix / foptions.h
index 6d6d2d323d4df386cccc94fd0b2a22bf5ab59638..f43fb10fb884e500245fb88c72f847813895946e 100644 (file)
@@ -3,5 +3,10 @@
 
 #define FO_CREATE 0x1
 #define FO_APPEND 0x2
+#define FO_DIRECT 0x4
+
+#define FSEEK_SET 0x1
+#define FSEEK_CUR 0x2
+#define FSEEK_END 0x3
 
 #endif /* __LUNAIX_FOPTIONS_H */