summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ffs/fs.h')
-rw-r--r--sys/ufs/ffs/fs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index c992b1d..dbefad3 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -33,6 +33,8 @@
#ifndef _UFS_FFS_FS_H_
#define _UFS_FFS_FS_H_
+#include <sys/mount.h>
+
/*
* Each disk drive contains some number of filesystems.
* A filesystem consists of a number of cylinder groups.
@@ -763,4 +765,10 @@ CTASSERT(sizeof(union jrec) == JREC_SIZE);
extern int inside[], around[];
extern u_char *fragtbl[];
+/*
+ * IOCTLs used for filesystem write suspension.
+ */
+#define UFSSUSPEND _IOW('U', 1, fsid_t)
+#define UFSRESUME _IO('U', 2)
+
#endif
OpenPOWER on IntegriCloud