Searched defs:fs_info (Results 1 - 10 of 10) sorted by last modified time

/u-boot/fs/btrfs/
H A Dvolumes.c354 struct btrfs_device *btrfs_find_device(struct btrfs_fs_info *fs_info, u64 devid, argument
385 int btrfs_check_chunk_valid(struct btrfs_fs_info *fs_info, argument
515 static int read_one_chunk(struct btrfs_fs_info *fs_info, struct btrfs_key *key, argument
611 read_one_dev(struct btrfs_fs_info *fs_info, struct extent_buffer *leaf, struct btrfs_dev_item *dev_item) argument
649 btrfs_read_sys_array(struct btrfs_fs_info *fs_info) argument
740 btrfs_read_chunk_tree(struct btrfs_fs_info *fs_info) argument
808 btrfs_stripe_length(struct btrfs_fs_info *fs_info, struct extent_buffer *leaf, struct btrfs_chunk *chunk) argument
848 btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len) argument
886 btrfs_next_bg(struct btrfs_fs_info *fs_info, u64 *logical, u64 *size, u64 type) argument
951 __btrfs_map_block(struct btrfs_fs_info *fs_info, int rw, u64 logical, u64 *length, u64 *type, struct btrfs_multi_bio **multi_ret, int mirror_num, u64 **raid_map_ret) argument
1168 btrfs_map_block(struct btrfs_fs_info *fs_info, int rw, u64 logical, u64 *length, struct btrfs_multi_bio **multi_ret, int mirror_num, u64 **raid_map_ret) argument
[all...]
H A Ddisk-io.c33 static int check_tree_block(struct btrfs_fs_info *fs_info, argument
83 static void print_tree_block_error(struct btrfs_fs_info *fs_info, argument
348 static int csum_tree_block(struct btrfs_fs_info *fs_info, argument
357 btrfs_find_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, u32 blocksize) argument
364 btrfs_find_create_tree_block( struct btrfs_fs_info *fs_info, u64 bytenr) argument
445 read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, u64 parent_transid) argument
541 read_extent_data(struct btrfs_fs_info *fs_info, char *data, u64 logical, u64 *len, int mirror) argument
582 btrfs_setup_root(struct btrfs_root *root, struct btrfs_fs_info *fs_info, u64 objectid) argument
598 find_and_setup_root(struct btrfs_root *tree_root, struct btrfs_fs_info *fs_info, u64 objectid, struct btrfs_root *root) argument
638 btrfs_read_fs_root_no_cache(struct btrfs_fs_info *fs_info, struct btrfs_key *location) argument
729 btrfs_read_fs_root(struct btrfs_fs_info *fs_info, struct btrfs_key *location) argument
760 btrfs_free_fs_info(struct btrfs_fs_info *fs_info) argument
771 struct btrfs_fs_info *fs_info; local
797 setup_root_or_create_block(struct btrfs_fs_info *fs_info, struct btrfs_root *info_root, u64 objectid, char *str) argument
813 get_default_subvolume(struct btrfs_fs_info *fs_info, struct btrfs_key *key_ret) argument
837 btrfs_setup_all_roots(struct btrfs_fs_info *fs_info) argument
884 btrfs_release_all_roots(struct btrfs_fs_info *fs_info) argument
904 btrfs_cleanup_all_caches(struct btrfs_fs_info *fs_info) argument
959 btrfs_setup_chunk_tree_and_device_map(struct btrfs_fs_info *fs_info) argument
995 struct btrfs_fs_info *fs_info; local
1071 close_ctree_fs_info(struct btrfs_fs_info *fs_info) argument
[all...]
H A Dctree.h84 struct btrfs_fs_info *fs_info; member in struct:btrfs_root
1160 static inline bool __btrfs_fs_incompat(struct btrfs_fs_info *fs_info, u64 flag) argument
1170 __btrfs_fs_compat_ro(struct btrfs_fs_info *fs_info, u64 flag) argument
[all...]
H A Dbtrfs.c21 struct btrfs_fs_info *fs_info = root->fs_info; local
122 struct btrfs_fs_info *fs_info; local
136 struct btrfs_fs_info *fs_info = current_fs_info; local
164 struct btrfs_fs_info *fs_info = current_fs_info; local
184 struct btrfs_fs_info *fs_info = current_fs_info; local
229 struct btrfs_fs_info *fs_info = current_fs_info; local
[all...]
H A Dinode.c71 static int lookup_root_ref(struct btrfs_fs_info *fs_info, argument
122 struct btrfs_fs_info *fs_info = root->fs_info; local
248 struct btrfs_fs_info *fs_info = root->fs_info; local
425 struct btrfs_fs_info *fs_info = leaf->fs_info; local
627 struct btrfs_fs_info *fs_info = leaf->fs_info; local
663 struct btrfs_fs_info *fs_info = root->fs_info; local
[all...]
H A Dsubvolume.c80 struct btrfs_fs_info *fs_info = root->fs_info; local
158 static int list_subvolums(struct btrfs_fs_info *fs_info) argument
227 struct btrfs_fs_info *fs_info local
[all...]
H A Dextent-io.h87 struct btrfs_fs_info *fs_info; member in struct:extent_buffer
H A Dextent-io.c670 struct extent_buffer *alloc_extent_buffer(struct btrfs_fs_info *fs_info, argument
714 struct extent_buffer *alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info, argument
[all...]
H A Dctree.c100 btrfs_check_node(struct btrfs_fs_info *fs_info, argument
131 btrfs_check_leaf(struct btrfs_fs_info *fs_info, argument
215 static int noinline check_block(struct btrfs_fs_info *fs_info, argument
299 read_node_slot(struct btrfs_fs_info *fs_info, struct extent_buffer *parent, int slot) argument
397 struct btrfs_fs_info *fs_info = root->fs_info; local
611 struct btrfs_fs_info *fs_info = root->fs_info; local
665 btrfs_next_sibling_tree_block(struct btrfs_fs_info *fs_info, struct btrfs_path *path) argument
[all...]
H A Dvolumes.h173 static inline int btrfs_next_bg_metadata(struct btrfs_fs_info *fs_info, argument
179 static inline int btrfs_next_bg_system(struct btrfs_fs_info *fs_info, argument
[all...]

Completed in 181 milliseconds