| /linux/fs/btrfs/ |
| A D | messages.h | 26 #define btrfs_printk(fs_info, fmt, args...) \ argument 35 #define btrfs_printk(fs_info, fmt, args...) \ argument 39 #define btrfs_emerg(fs_info, fmt, args...) \ argument 41 #define btrfs_alert(fs_info, fmt, args...) \ argument 43 #define btrfs_crit(fs_info, fmt, args...) \ argument 45 #define btrfs_err(fs_info, fmt, args...) \ argument 47 #define btrfs_warn(fs_info, fmt, args...) \ argument 49 #define btrfs_notice(fs_info, fmt, args...) \ argument 51 #define btrfs_info(fs_info, fmt, args...) \ argument 122 #define btrfs_debug(fs_info, fmt, args...) \ argument [all …]
|
| A D | disk-io.c | 75 struct btrfs_fs_info *fs_info = buf->fs_info; in csum_tree_block() local 184 struct btrfs_fs_info *fs_info = eb->fs_info; in btrfs_repair_eb_io_failure() local 218 struct btrfs_fs_info *fs_info = eb->fs_info; in btrfs_read_extent_buffer() local 507 struct btrfs_fs_info *fs_info; in btree_writepages() local 608 struct btrfs_fs_info *fs_info, in btrfs_find_create_tree_block() 921 struct btrfs_fs_info *fs_info) in alloc_log_tree() 965 struct btrfs_fs_info *fs_info) in btrfs_init_log_root_tree() 1483 struct btrfs_fs_info *fs_info = arg; in cleaner_kthread() local 2889 struct btrfs_fs_info *fs_info = data; in btrfs_uuid_rescan_kthread() local 4736 struct btrfs_fs_info *fs_info) in btrfs_cleanup_dirty_bgs() [all …]
|
| A D | transaction.c | 176 struct btrfs_fs_info *fs_info = trans->fs_info; in switch_commit_roots() local 249 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_trans_release_chunk_metadata() local 403 struct btrfs_fs_info *fs_info = root->fs_info; in record_root_in_trans() local 463 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_add_dropped_root() local 482 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_record_root_in_trans() local 548 struct btrfs_fs_info *fs_info = root->fs_info; in need_reserve_reloc_root() local 593 struct btrfs_fs_info *fs_info = root->fs_info; in start_transaction() local 1018 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_trans_release_metadata() local 1289 struct btrfs_fs_info *fs_info = root->fs_info; in update_cowonly_root() local 1437 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_add_dead_root() local [all …]
|
| A D | subpage.c | 91 int btrfs_attach_subpage(const struct btrfs_fs_info *fs_info, in btrfs_attach_subpage() 195 static void btrfs_subpage_assert(const struct btrfs_fs_info *fs_info, in btrfs_subpage_assert() 214 #define subpage_calc_start_bit(fs_info, folio, name, start, len) \ argument 224 void btrfs_subpage_start_reader(const struct btrfs_fs_info *fs_info, in btrfs_subpage_start_reader() 246 void btrfs_subpage_end_reader(const struct btrfs_fs_info *fs_info, in btrfs_subpage_end_reader() 460 #define subpage_test_bitmap_all_set(fs_info, subpage, name) \ argument 465 #define subpage_test_bitmap_all_zero(fs_info, subpage, name) \ argument 499 void btrfs_subpage_set_dirty(const struct btrfs_fs_info *fs_info, in btrfs_subpage_set_dirty() 540 void btrfs_subpage_clear_dirty(const struct btrfs_fs_info *fs_info, in btrfs_subpage_clear_dirty() 851 #define GET_SUBPAGE_BITMAP(subpage, fs_info, name, dst) \ argument [all …]
|
| A D | space-info.c | 266 int btrfs_init_space_info(struct btrfs_fs_info *fs_info) in btrfs_init_space_info() 439 int btrfs_can_overcommit(struct btrfs_fs_info *fs_info, in btrfs_can_overcommit() 511 #define DUMP_BLOCK_RSV(fs_info, rsv_name) \ argument 563 void btrfs_dump_space_info(struct btrfs_fs_info *fs_info, in btrfs_dump_space_info() 620 static void shrink_delalloc(struct btrfs_fs_info *fs_info, in shrink_delalloc() 751 static void flush_space(struct btrfs_fs_info *fs_info, in flush_space() 1083 struct btrfs_fs_info *fs_info; in btrfs_async_reclaim_metadata_space() local 1171 struct btrfs_fs_info *fs_info; in btrfs_preempt_reclaim_metadata_space() local 1303 struct btrfs_fs_info *fs_info; in btrfs_async_reclaim_data_space() local 1947 struct btrfs_fs_info *fs_info = space_info->fs_info; in calc_dynamic_reclaim_threshold() local [all …]
|
| A D | dev-replace.c | 70 int btrfs_init_dev_replace(struct btrfs_fs_info *fs_info) in btrfs_init_dev_replace() 346 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_run_dev_replace() local 452 static int mark_block_group_to_copy(struct btrfs_fs_info *fs_info, in mark_block_group_to_copy() 550 struct btrfs_fs_info *fs_info = cache->fs_info; in btrfs_finish_block_group_to_copy() local 598 static int btrfs_dev_replace_start(struct btrfs_fs_info *fs_info, in btrfs_dev_replace_start() 743 int btrfs_dev_replace_by_ioctl(struct btrfs_fs_info *fs_info, in btrfs_dev_replace_by_ioctl() 823 struct btrfs_fs_info *fs_info, in btrfs_dev_replace_update_device_in_mapping_tree() 1067 void btrfs_dev_replace_status(struct btrfs_fs_info *fs_info, in btrfs_dev_replace_status() 1087 int btrfs_dev_replace_cancel(struct btrfs_fs_info *fs_info) in btrfs_dev_replace_cancel() 1200 int btrfs_resume_dev_replace_async(struct btrfs_fs_info *fs_info) in btrfs_resume_dev_replace_async() [all …]
|
| A D | block-rsv.c | 104 static u64 block_rsv_release_bytes(struct btrfs_fs_info *fs_info, in block_rsv_release_bytes() 183 void btrfs_init_metadata_block_rsv(struct btrfs_fs_info *fs_info, in btrfs_init_metadata_block_rsv() 205 void btrfs_free_block_rsv(struct btrfs_fs_info *fs_info, in btrfs_free_block_rsv() 214 int btrfs_block_rsv_add(struct btrfs_fs_info *fs_info, in btrfs_block_rsv_add() 245 int btrfs_block_rsv_refill(struct btrfs_fs_info *fs_info, in btrfs_block_rsv_refill() 274 u64 btrfs_block_rsv_release(struct btrfs_fs_info *fs_info, in btrfs_block_rsv_release() 325 void btrfs_update_global_block_rsv(struct btrfs_fs_info *fs_info) in btrfs_update_global_block_rsv() 407 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_init_root_block_rsv() local 431 void btrfs_init_global_block_rsv(struct btrfs_fs_info *fs_info) in btrfs_init_global_block_rsv() 466 struct btrfs_fs_info *fs_info = root->fs_info; in get_block_rsv() local [all …]
|
| A D | block-group.c | 28 struct btrfs_fs_info *fs_info = block_group->fs_info; in btrfs_should_fragment_free_space() local 277 struct btrfs_fs_info *fs_info = cache->fs_info; in btrfs_next_block_group() local 847 struct btrfs_fs_info *fs_info; in caching_thread() local 920 struct btrfs_fs_info *fs_info = cache->fs_info; in btrfs_cache_block_group() local 1036 struct btrfs_fs_info *fs_info = trans->fs_info; in remove_block_group_item() local 1059 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_remove_block_group() local 1420 struct btrfs_fs_info *fs_info = trans->fs_info; in clean_pinned_extents() local 1729 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_mark_bg_unused() local 1789 struct btrfs_fs_info *fs_info = in btrfs_reclaim_bgs_work() local 1998 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_mark_bg_to_reclaim() local [all …]
|
| A D | qgroup.c | 874 struct btrfs_fs_info *fs_info = trans->fs_info; in update_qgroup_info_item() local 919 struct btrfs_fs_info *fs_info = trans->fs_info; in update_qgroup_status_item() local 1569 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_add_qgroup_relation() local 1629 struct btrfs_fs_info *fs_info = trans->fs_info; in __del_qgroup_relation() local 1684 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_del_qgroup_relation() local 1696 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_create_qgroup() local 1792 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_remove_qgroup() local 1918 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_limit_qgroup() local 3599 struct btrfs_fs_info *fs_info = root->fs_info; in qgroup_reserve() local 4472 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_qgroup_reserve_meta() local [all …]
|
| A D | ref-verify.h | 26 static inline void btrfs_init_ref_verify(struct btrfs_fs_info *fs_info) in btrfs_init_ref_verify() 32 static inline int btrfs_build_ref_tree(struct btrfs_fs_info *fs_info) in btrfs_build_ref_tree() 37 static inline void btrfs_free_ref_cache(struct btrfs_fs_info *fs_info) in btrfs_free_ref_cache() 41 static inline int btrfs_ref_tree_mod(struct btrfs_fs_info *fs_info, in btrfs_ref_tree_mod() 47 static inline void btrfs_free_ref_tree_range(struct btrfs_fs_info *fs_info, in btrfs_free_ref_tree_range() 52 static inline void btrfs_init_ref_verify(struct btrfs_fs_info *fs_info) in btrfs_init_ref_verify()
|
| A D | super.c | 72 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_put_super() local 953 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_fill_super() local 1004 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_sync_fs() local 1192 struct btrfs_fs_info *fs_info = btrfs_sb(s); in mount_subvol() local 1491 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_reconfigure() local 1826 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_fc_test_super() local 2024 struct btrfs_fs_info *fs_info = NULL; in btrfs_get_tree_subvol() local 2113 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_kill_super() local 2278 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_freeze() local 2292 struct btrfs_fs_info *fs_info = dev->fs_info; in check_dev_super() local [all …]
|
| A D | delalloc-space.c | 117 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_alloc_data_chunk_ondemand() local 133 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_check_data_free_space() local 171 void btrfs_free_reserved_data_space_noquota(struct btrfs_fs_info *fs_info, in btrfs_free_reserved_data_space_noquota() 192 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_free_reserved_data_space() local 218 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_inode_rsv_release() local 240 static void btrfs_calculate_inode_block_rsv_size(struct btrfs_fs_info *fs_info, in btrfs_calculate_inode_block_rsv_size() 284 struct btrfs_fs_info *fs_info = inode->root->fs_info; in calc_inode_reservations() local 309 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_delalloc_reserve_metadata() local 398 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_delalloc_release_metadata() local 427 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_delalloc_release_extents() local
|
| A D | sysfs.c | 180 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_feature_attr_show() local 196 struct btrfs_fs_info *fs_info; in btrfs_feature_attr_store() local 263 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_feature_visible() local 1068 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_label_show() local 1083 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_label_store() local 1119 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_nodesize_show() local 1129 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_sectorsize_show() local 1139 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_commit_stats_show() local 1156 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_commit_stats_store() local 1181 struct btrfs_fs_info *fs_info = to_fs_info(kobj); in btrfs_clone_alignment_show() local [all …]
|
| A D | scrub.c | 188 struct btrfs_fs_info *fs_info; member 481 struct btrfs_fs_info *fs_info = dev->fs_info; in scrub_print_common_warning() local 871 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_stripe_report_errors() local 1012 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_stripe_read_repair_worker() local 1156 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_submit_write_bio() local 1461 struct btrfs_fs_info *fs_info = sctx->fs_info; in sync_write_pointer_for_zoned() local 1532 struct btrfs_fs_info *fs_info = bg->fs_info; in scrub_find_fill_first_stripe() local 1736 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_submit_initial_read() local 1824 struct btrfs_fs_info *fs_info = sctx->fs_info; in flush_scrub_stripes() local 1941 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_raid56_parity_stripe() local [all …]
|
| A D | tree-mod-log.c | 47 static u64 btrfs_inc_tree_mod_seq(struct btrfs_fs_info *fs_info) in btrfs_inc_tree_mod_seq() 60 u64 btrfs_get_tree_mod_seq(struct btrfs_fs_info *fs_info, in btrfs_get_tree_mod_seq() 74 void btrfs_put_tree_mod_seq(struct btrfs_fs_info *fs_info, in btrfs_put_tree_mod_seq() 133 static noinline int tree_mod_log_insert(struct btrfs_fs_info *fs_info, in tree_mod_log_insert() 190 static bool tree_mod_need_log(const struct btrfs_fs_info *fs_info, in tree_mod_need_log() 369 static int tree_mod_log_free_eb(struct btrfs_fs_info *fs_info, in tree_mod_log_free_eb() 393 struct btrfs_fs_info *fs_info = old_root->fs_info; in btrfs_tree_mod_log_insert_root() local 543 struct btrfs_fs_info *fs_info = dst->fs_info; in btrfs_tree_mod_log_eb_copy() local 790 static void tree_mod_log_rewind(struct btrfs_fs_info *fs_info, in tree_mod_log_rewind() 973 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_get_old_root() local [all …]
|
| A D | ioctl.c | 260 struct btrfs_fs_info *fs_info = inode_to_fs_info(inode); in btrfs_fileattr_set() local 408 bool btrfs_exclop_start(struct btrfs_fs_info *fs_info, in btrfs_exclop_start() 452 void btrfs_exclop_finish(struct btrfs_fs_info *fs_info) in btrfs_exclop_finish() 460 void btrfs_exclop_balance(struct btrfs_fs_info *fs_info, in btrfs_exclop_balance() 595 struct btrfs_fs_info *fs_info = inode_to_fs_info(dir); in create_subvol() local 796 struct btrfs_fs_info *fs_info = inode_to_fs_info(dir); in create_snapshot() local 995 struct btrfs_fs_info *fs_info = inode_to_fs_info(dir); in btrfs_mksubvol() local 1130 struct btrfs_fs_info *fs_info = inode_to_fs_info(inode); in btrfs_ioctl_resize() local 2163 struct btrfs_fs_info *fs_info; in btrfs_ioctl_get_subvol_info() local 2378 struct btrfs_fs_info *fs_info = inode_to_fs_info(dir); in btrfs_ioctl_snap_destroy() local [all …]
|
| A D | zoned.h | 101 static inline int btrfs_get_dev_zone_info_all_devices(struct btrfs_fs_info *fs_info) in btrfs_get_dev_zone_info_all_devices() 124 static inline int btrfs_check_zoned_mode(const struct btrfs_fs_info *fs_info) in btrfs_check_zoned_mode() 200 static inline int btrfs_check_meta_write_pointer(struct btrfs_fs_info *fs_info, in btrfs_check_meta_write_pointer() 235 static inline void btrfs_zone_finish_endio(struct btrfs_fs_info *fs_info, in btrfs_zone_finish_endio() 243 static inline void btrfs_free_zone_cache(struct btrfs_fs_info *fs_info) { } in btrfs_free_zone_cache() 245 static inline bool btrfs_zoned_should_reclaim(const struct btrfs_fs_info *fs_info) in btrfs_zoned_should_reclaim() 253 static inline int btrfs_zone_finish_one_bg(struct btrfs_fs_info *fs_info) in btrfs_zone_finish_one_bg() 258 static inline int btrfs_zoned_activate_one_bg(struct btrfs_fs_info *fs_info, in btrfs_zoned_activate_one_bg() 359 static inline void btrfs_zoned_meta_io_lock(struct btrfs_fs_info *fs_info) in btrfs_zoned_meta_io_lock() 366 static inline void btrfs_zoned_meta_io_unlock(struct btrfs_fs_info *fs_info) in btrfs_zoned_meta_io_unlock() [all …]
|
| A D | volumes.c | 1620 struct btrfs_fs_info *fs_info = device->fs_info; in find_free_dev_extent() local 1764 struct btrfs_fs_info *fs_info = device->fs_info; in btrfs_free_dev_extent() local 2441 struct btrfs_fs_info *fs_info, u64 devid, in btrfs_find_device_by_devspec() 2566 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_finish_sprout() local 2977 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_free_chunk() local 3194 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_remove_chunk() local 3926 struct btrfs_fs_info *fs_info = leaf->fs_info; in should_balance_chunk() local 4402 int btrfs_balance(struct btrfs_fs_info *fs_info, in btrfs_balance() 4594 struct btrfs_fs_info *fs_info = data; in balance_kthread() local 6879 struct btrfs_fs_info *fs_info = leaf->fs_info; in read_one_chunk() local [all …]
|
| A D | zoned.c | 351 struct btrfs_fs_info *fs_info = device->fs_info; in btrfs_get_dev_zone_info() local 1205 struct btrfs_fs_info *fs_info = cache->fs_info; in calculate_alloc_pointer() local 1390 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_load_block_group_dup() local 1433 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_load_block_group_raid1() local 1481 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_load_block_group_raid0() local 1513 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_load_block_group_raid10() local 1545 struct btrfs_fs_info *fs_info = cache->fs_info; in btrfs_load_block_group_zone_info() local 1728 struct btrfs_fs_info *fs_info = bbio->fs_info; in btrfs_use_zone_append() local 2042 struct btrfs_fs_info *fs_info = tgt_dev->fs_info; in btrfs_sync_zone_write_pointer() local 2317 struct btrfs_fs_info *fs_info = fs_devices->fs_info; in btrfs_can_activate_zone() local [all …]
|
| A D | extent_io.c | 43 struct btrfs_fs_info *fs_info = eb->fs_info; in btrfs_leak_debug_add_eb() local 53 struct btrfs_fs_info *fs_info = eb->fs_info; in btrfs_leak_debug_del_eb() local 456 struct btrfs_fs_info *fs_info = bbio->fs_info; in end_bbio_data_write() local 515 struct btrfs_fs_info *fs_info = bbio->fs_info; in end_bbio_data_read() local 830 struct btrfs_fs_info *fs_info = eb->fs_info; in attach_extent_buffer_folio() local 872 struct btrfs_fs_info *fs_info; in set_folio_extent_mapped() local 890 struct btrfs_fs_info *fs_info; in clear_folio_extent_mapped() local 1500 struct btrfs_fs_info *fs_info = eb->fs_info; in lock_extent_buffer_for_io() local 1535 struct btrfs_fs_info *fs_info = eb->fs_info; in set_btree_ioerr() local 1629 struct btrfs_fs_info *fs_info = eb->fs_info; in end_bbio_meta_write() local [all …]
|
| A D | delayed-ref.c | 30 bool btrfs_check_space_for_delayed_refs(struct btrfs_fs_info *fs_info) in btrfs_check_space_for_delayed_refs() 89 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_update_delayed_refs_rsv() local 206 int btrfs_delayed_refs_rsv_refill(struct btrfs_fs_info *fs_info, in btrfs_delayed_refs_rsv_refill() 454 static inline void drop_delayed_ref(struct btrfs_fs_info *fs_info, in drop_delayed_ref() 469 static bool merge_ref(struct btrfs_fs_info *fs_info, in merge_ref() 516 void btrfs_merge_delayed_refs(struct btrfs_fs_info *fs_info, in btrfs_merge_delayed_refs() 545 int btrfs_check_delayed_seq(struct btrfs_fs_info *fs_info, u64 seq) in btrfs_check_delayed_seq() 678 struct btrfs_fs_info *fs_info = trans->fs_info; in update_existing_head_ref() local 852 struct btrfs_fs_info *fs_info = trans->fs_info; in add_delayed_ref_head() local 935 static void init_delayed_ref_common(struct btrfs_fs_info *fs_info, in init_delayed_ref_common() [all …]
|
| A D | relocation.c | 563 struct btrfs_fs_info *fs_info = root->fs_info; in __add_reloc_root() local 596 struct btrfs_fs_info *fs_info = root->fs_info; in __del_reloc_root() local 640 struct btrfs_fs_info *fs_info = root->fs_info; in __update_reloc_root() local 671 struct btrfs_fs_info *fs_info = root->fs_info; in create_reloc_root() local 774 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_init_reloc_root() local 840 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_update_reloc_root() local 940 struct btrfs_fs_info *fs_info = root->fs_info; in replace_file_extents() local 1097 struct btrfs_fs_info *fs_info = dest->fs_info; in replace_path() local 1420 struct btrfs_fs_info *fs_info = root->fs_info; in invalidate_extent_cache() local 1759 struct btrfs_fs_info *fs_info = root->fs_info; in prepare_to_merge() local [all …]
|
| A D | fs.c | 8 void __btrfs_set_fs_incompat(struct btrfs_fs_info *fs_info, u64 flag, in __btrfs_set_fs_incompat() 31 void __btrfs_clear_fs_incompat(struct btrfs_fs_info *fs_info, u64 flag, in __btrfs_clear_fs_incompat() 54 void __btrfs_set_fs_compat_ro(struct btrfs_fs_info *fs_info, u64 flag, in __btrfs_set_fs_compat_ro() 77 void __btrfs_clear_fs_compat_ro(struct btrfs_fs_info *fs_info, u64 flag, in __btrfs_clear_fs_compat_ro()
|
| /linux/fs/btrfs/tests/ |
| A D | extent-map-tests.c | 62 static int test_case_1(struct btrfs_fs_info *fs_info, struct btrfs_inode *inode) in test_case_1() 163 static int test_case_2(struct btrfs_fs_info *fs_info, struct btrfs_inode *inode) in test_case_2() 254 static int __test_case_3(struct btrfs_fs_info *fs_info, in __test_case_3() 348 static int test_case_3(struct btrfs_fs_info *fs_info, struct btrfs_inode *inode) in test_case_3() 363 static int __test_case_4(struct btrfs_fs_info *fs_info, in __test_case_4() 482 static int test_case_4(struct btrfs_fs_info *fs_info, struct btrfs_inode *inode) in test_case_4() 620 static int test_case_5(struct btrfs_fs_info *fs_info, struct btrfs_inode *inode) in test_case_5() 707 static int test_case_6(struct btrfs_fs_info *fs_info, struct btrfs_inode *inode) in test_case_6() 767 static int test_case_7(struct btrfs_fs_info *fs_info, struct btrfs_inode *inode) in test_case_7() 1012 static int test_rmap_block(struct btrfs_fs_info *fs_info, in test_rmap_block() [all …]
|
| A D | free-space-tree-tests.c | 21 struct btrfs_fs_info *fs_info, in __check_free_space_extents() 108 struct btrfs_fs_info *fs_info, in check_free_space_extents() 151 struct btrfs_fs_info *fs_info, in test_empty_block_group() 165 struct btrfs_fs_info *fs_info, in test_remove_all() 186 struct btrfs_fs_info *fs_info, in test_remove_beginning() 209 struct btrfs_fs_info *fs_info, in test_remove_end() 256 struct btrfs_fs_info *fs_info, in test_merge_left() 293 struct btrfs_fs_info *fs_info, in test_merge_right() 331 struct btrfs_fs_info *fs_info, in test_merge_both() 374 struct btrfs_fs_info *fs_info, in test_merge_none() [all …]
|