Searched defs:fs_info (Results 1 – 10 of 10) sorted by relevance
/u-boot/fs/btrfs/ |
A D | disk-io.c | 32 static int check_tree_block(struct btrfs_fs_info *fs_info, in check_tree_block() 82 static void print_tree_block_error(struct btrfs_fs_info *fs_info, in print_tree_block_error() 345 static int csum_tree_block(struct btrfs_fs_info *fs_info, in csum_tree_block() 362 struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_find_create_tree_block() 591 struct btrfs_fs_info *fs_info, in find_and_setup_root() 752 void btrfs_free_fs_info(struct btrfs_fs_info *fs_info) in btrfs_free_fs_info() 763 struct btrfs_fs_info *fs_info; in btrfs_new_fs_info() local 807 int btrfs_setup_all_roots(struct btrfs_fs_info *fs_info) in btrfs_setup_all_roots() 846 void btrfs_release_all_roots(struct btrfs_fs_info *fs_info) in btrfs_release_all_roots() 953 struct btrfs_fs_info *fs_info; in open_ctree_fs_info() local [all …]
|
A D | btrfs.c | 21 struct btrfs_fs_info *fs_info = root->fs_info; in show_dir() local 122 struct btrfs_fs_info *fs_info; in btrfs_probe() local 136 struct btrfs_fs_info *fs_info = current_fs_info; in btrfs_ls() local 164 struct btrfs_fs_info *fs_info = current_fs_info; in btrfs_exists() local 184 struct btrfs_fs_info *fs_info = current_fs_info; in btrfs_size() local 229 struct btrfs_fs_info *fs_info = current_fs_info; in btrfs_read() local
|
A D | subvolume.c | 80 struct btrfs_fs_info *fs_info = root->fs_info; in list_one_subvol() local 158 static int list_subvolums(struct btrfs_fs_info *fs_info) in list_subvolums() 226 struct btrfs_fs_info *fs_info = current_fs_info; in btrfs_list_subvols() local
|
A D | volumes.c | 354 struct btrfs_device *btrfs_find_device(struct btrfs_fs_info *fs_info, u64 devid, in btrfs_find_device() 385 int btrfs_check_chunk_valid(struct btrfs_fs_info *fs_info, in btrfs_check_chunk_valid() 515 static int read_one_chunk(struct btrfs_fs_info *fs_info, struct btrfs_key *key, in read_one_chunk() 611 static int read_one_dev(struct btrfs_fs_info *fs_info, in read_one_dev() 649 int btrfs_read_sys_array(struct btrfs_fs_info *fs_info) in btrfs_read_sys_array() 740 int btrfs_read_chunk_tree(struct btrfs_fs_info *fs_info) in btrfs_read_chunk_tree() 808 u64 btrfs_stripe_length(struct btrfs_fs_info *fs_info, in btrfs_stripe_length() 848 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len) in btrfs_num_copies() 886 int btrfs_next_bg(struct btrfs_fs_info *fs_info, u64 *logical, in btrfs_next_bg() 951 int __btrfs_map_block(struct btrfs_fs_info *fs_info, int rw, in __btrfs_map_block() [all …]
|
A D | ctree.c | 100 btrfs_check_node(struct btrfs_fs_info *fs_info, in btrfs_check_node() 131 btrfs_check_leaf(struct btrfs_fs_info *fs_info, in btrfs_check_leaf() 215 static int noinline check_block(struct btrfs_fs_info *fs_info, in check_block() 299 struct extent_buffer *read_node_slot(struct btrfs_fs_info *fs_info, in read_node_slot() 397 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_search_slot() local 611 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_prev_leaf() local 665 int btrfs_next_sibling_tree_block(struct btrfs_fs_info *fs_info, in btrfs_next_sibling_tree_block()
|
A D | inode.c | 71 static int lookup_root_ref(struct btrfs_fs_info *fs_info, in lookup_root_ref() 122 struct btrfs_fs_info *fs_info = root->fs_info; in get_parent_inode() local 248 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_lookup_path() local 419 struct btrfs_fs_info *fs_info = leaf->fs_info; in btrfs_read_extent_reg() local 616 struct btrfs_fs_info *fs_info = leaf->fs_info; in read_and_truncate_page() local 652 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_file_read() local
|
A D | ctree.h | 53 #define BTRFS_LEAF_DATA_SIZE(fs_info) \ argument 85 struct btrfs_fs_info *fs_info; member 1158 #define btrfs_fs_incompat(fs_info, opt) \ argument 1161 static inline bool __btrfs_fs_incompat(struct btrfs_fs_info *fs_info, u64 flag) in __btrfs_fs_incompat() 1168 #define btrfs_fs_compat_ro(fs_info, opt) \ argument 1171 static inline int __btrfs_fs_compat_ro(struct btrfs_fs_info *fs_info, u64 flag) in __btrfs_fs_compat_ro()
|
A D | volumes.h | 173 static inline int btrfs_next_bg_metadata(struct btrfs_fs_info *fs_info, in btrfs_next_bg_metadata() 179 static inline int btrfs_next_bg_system(struct btrfs_fs_info *fs_info, in btrfs_next_bg_system()
|
A D | extent-io.h | 87 struct btrfs_fs_info *fs_info; member
|
A D | extent-io.c | 670 struct extent_buffer *alloc_extent_buffer(struct btrfs_fs_info *fs_info, in alloc_extent_buffer() 714 struct extent_buffer *alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info, in alloc_dummy_extent_buffer()
|
Completed in 21 milliseconds