mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Btrfs: early extent mapping support
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
74123bd72a
commit
d97e63b69e
5 changed files with 236 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue