~ubuntu-branches/debian/jessie/btrfs-tools/jessie

« back to all changes in this revision

Viewing changes to disk-io.h

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-09-21 02:05:14 UTC
  • mfrom: (1.2.13) (6.1.38 sid)
  • Revision ID: package-import@ubuntu.com-20140921020514-kx4b23aw4grvevrc
Tags: 3.16-1
* New upstream release.
* Add asciidoc & xmlto build dependencies.
* Disable test-suites for now, should be run as autopkgtests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
void btrfs_cleanup_all_caches(struct btrfs_fs_info *fs_info);
69
69
int btrfs_scan_fs_devices(int fd, const char *path,
70
70
                          struct btrfs_fs_devices **fs_devices, u64 sb_bytenr,
71
 
                          int run_ioctl);
 
71
                          int run_ioctl, int super_recover);
72
72
int btrfs_setup_chunk_tree_and_device_map(struct btrfs_fs_info *fs_info);
73
73
 
74
74
struct btrfs_root *open_ctree(const char *filename, u64 sb_bytenr,
82
82
int write_all_supers(struct btrfs_root *root);
83
83
int write_ctree_super(struct btrfs_trans_handle *trans,
84
84
                      struct btrfs_root *root);
85
 
int btrfs_read_dev_super(int fd, struct btrfs_super_block *sb, u64 sb_bytenr);
 
85
int btrfs_read_dev_super(int fd, struct btrfs_super_block *sb, u64 sb_bytenr,
 
86
                         int super_recover);
86
87
int btrfs_map_bh_to_logical(struct btrfs_root *root, struct extent_buffer *bh,
87
88
                            u64 logical);
88
89
struct extent_buffer *btrfs_find_tree_block(struct btrfs_root *root,