summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/fstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat/fstat.h')
-rw-r--r--usr.bin/fstat/fstat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h
index dda8bbf..4335110 100644
--- a/usr.bin/fstat/fstat.h
+++ b/usr.bin/fstat/fstat.h
@@ -71,4 +71,10 @@ dev_t dev2udev(struct cdev *dev);
int isofs_filestat(struct vnode *vp, struct filestat *fsp);
int msdosfs_filestat(struct vnode *vp, struct filestat *fsp);
+#ifdef ZFS
+int zfs_filestat(struct vnode *vp, struct filestat *fsp);
+void *getvnodedata(struct vnode *vp);
+struct mount *getvnodemount(struct vnode *vp);
+#endif
+
#endif /* __FSTAT_H__ */
OpenPOWER on IntegriCloud