Displaying 1 result from an estimated 1 matches for "convert_f".
Did you mean:
convert_i
2010 Mar 20
2
[PATCH 4/4] btrfs-convert: split into convert/.
...quot;ctree.h"
#include "disk-io.h"
#include "volumes.h"
#include "transaction.h"
#include "crc32c.h"
#include "utils.h"
-#include <ext2fs/ext2_fs.h>
-#include <ext2fs/ext2fs.h>
-#include <ext2fs/ext2_ext_attr.h>
-struct convert_fs {
- u64 total_bytes;
- u64 blocksize;
- const char *label;
-
- /* Close the FS */
- int (*close)(struct convert_fs *fs);
- /* Mark free extents as dirty */
- int (*cache_free_extents)(struct convert_fs *fs,
- struct extent_io_tree *tree);
- /* Copy everything over */
- int (*copy_inodes)(stru...