summaryrefslogtreecommitdiff
path: root/disk-io.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-02-20 16:40:44 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-02-20 16:40:44 -0500
commitc12e4863d20a5c238ba11ed5fb47dc7bd632951c (patch)
treedfdc5e08101a0952ab0d65c3be5bc5ac59037c08 /disk-io.h
parent1c62d091b2eb16b549e588e9f640721976596d6a (diff)
early extent mapping support
Diffstat (limited to 'disk-io.h')
-rw-r--r--disk-io.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/disk-io.h b/disk-io.h
index ee95fa05..41acb65e 100644
--- a/disk-io.h
+++ b/disk-io.h
@@ -17,5 +17,8 @@ int close_ctree(struct ctree_root *root);
void tree_block_release(struct ctree_root *root, struct tree_buffer *buf);
struct tree_buffer *alloc_free_block(struct ctree_root *root);
int update_root_block(struct ctree_root *root);
+int mkfs(int fd);
+
+#define CTREE_SUPER_INFO_OFFSET(bs) (16 * (bs))
#endif