aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/linux/zfs/sys/zfs_vfsops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/os/linux/zfs/sys/zfs_vfsops.h')
-rw-r--r--include/os/linux/zfs/sys/zfs_vfsops.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/os/linux/zfs/sys/zfs_vfsops.h b/include/os/linux/zfs/sys/zfs_vfsops.h
index 4e60a081a..24a0a2e6a 100644
--- a/include/os/linux/zfs/sys/zfs_vfsops.h
+++ b/include/os/linux/zfs/sys/zfs_vfsops.h
@@ -195,6 +195,9 @@ typedef struct zfid_long {
#define SHORT_FID_LEN (sizeof (zfid_short_t) - sizeof (uint16_t))
#define LONG_FID_LEN (sizeof (zfid_long_t) - sizeof (uint16_t))
+extern void zfs_init(void);
+extern void zfs_fini(void);
+
extern int zfs_suspend_fs(zfsvfs_t *zfsvfs);
extern int zfs_resume_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
extern int zfs_end_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);