aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_extern.h
diff options
context:
space:
mode:
authorFedor Uporov <fsu@FreeBSD.org>2018-01-05 10:04:01 +0000
committerFedor Uporov <fsu@FreeBSD.org>2018-01-05 10:04:01 +0000
commit3acd9182a171ee292708e75d8f38a488e9937972 (patch)
tree73ef72fadcf1512437c714c72a39f73a4a5e3fbd /sys/fs/ext2fs/ext2_extern.h
parente1c30f7a071584219c9504d80442e6540e2ef4c0 (diff)
downloadsrc-3acd9182a171ee292708e75d8f38a488e9937972.tar.gz
src-3acd9182a171ee292708e75d8f38a488e9937972.zip
Add 64bit feature support.
Reviewed by: kevlo, pfg (mentor) Approved by: pfg (mentor) MFC after: 6 months Differential Revision: https://reviews.freebsd.org/D11530
Notes
Notes: svn path=/head/; revision=327584
Diffstat (limited to 'sys/fs/ext2fs/ext2_extern.h')
-rw-r--r--sys/fs/ext2fs/ext2_extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/ext2fs/ext2_extern.h b/sys/fs/ext2fs/ext2_extern.h
index b8054148d21d..aed99bd1be47 100644
--- a/sys/fs/ext2fs/ext2_extern.h
+++ b/sys/fs/ext2fs/ext2_extern.h
@@ -102,6 +102,8 @@ int ext2_htree_lookup(struct inode *, const char *, int, struct buf **,
int *, doff_t *, doff_t *, doff_t *, struct ext2fs_searchslot *);
int ext2_search_dirblock(struct inode *, void *, int *, const char *, int,
int *, doff_t *, doff_t *, doff_t *, struct ext2fs_searchslot *);
+uint32_t e2fs_gd_get_ndirs(struct ext2_gd *gd);
+uint64_t e2fs_gd_get_i_tables(struct ext2_gd *gd);
int ext2_gd_csum_verify(struct m_ext2fs *fs, struct cdev *dev);
void ext2_gd_csum_set(struct m_ext2fs *fs);