Lines Matching defs:fs_info
64 static void btrfs_free_csum_hash(struct btrfs_fs_info *fs_info) in btrfs_free_csum_hash()
75 struct btrfs_fs_info *fs_info = buf->fs_info; in csum_tree_block() local
159 int btrfs_check_super_csum(struct btrfs_fs_info *fs_info, in btrfs_check_super_csum()
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
263 struct btrfs_fs_info *fs_info = eb->fs_info; in btree_csum_one_bio() local
336 struct btrfs_fs_info *fs_info = eb->fs_info; in check_tree_block_fsid() local
363 struct btrfs_fs_info *fs_info = eb->fs_info; in btrfs_validate_extent_buffer() local
507 struct btrfs_fs_info *fs_info; in btree_writepages() local
551 struct btrfs_fs_info *fs_info = inode_to_fs_info(mapping->host); in btree_dirty_folio() local
608 struct btrfs_fs_info *fs_info, in btrfs_find_create_tree_block()
624 struct extent_buffer *read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, in read_tree_block()
646 static void __setup_root(struct btrfs_root *root, struct btrfs_fs_info *fs_info, in __setup_root()
719 static struct btrfs_root *btrfs_alloc_root(struct btrfs_fs_info *fs_info, in btrfs_alloc_root()
730 struct btrfs_root *btrfs_alloc_dummy_root(struct btrfs_fs_info *fs_info) in btrfs_alloc_dummy_root()
766 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_global_root_insert() local
784 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_global_root_delete() local
791 struct btrfs_root *btrfs_global_root(struct btrfs_fs_info *fs_info, in btrfs_global_root()
806 static u64 btrfs_global_root_id(struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_global_root_id()
827 struct btrfs_root *btrfs_csum_root(struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_csum_root()
838 struct btrfs_root *btrfs_extent_root(struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_extent_root()
852 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_create_tree() local
921 struct btrfs_fs_info *fs_info) in alloc_log_tree()
965 struct btrfs_fs_info *fs_info) in btrfs_init_log_root_tree()
990 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_add_log_tree() local
1032 struct btrfs_fs_info *fs_info = tree_root->fs_info; in read_tree_root_path() local
1154 static struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info, in btrfs_lookup_fs_root()
1167 static struct btrfs_root *btrfs_get_global_root(struct btrfs_fs_info *fs_info, in btrfs_get_global_root()
1202 int btrfs_insert_fs_root(struct btrfs_fs_info *fs_info, in btrfs_insert_fs_root()
1225 void btrfs_check_leaked_roots(const struct btrfs_fs_info *fs_info) in btrfs_check_leaked_roots()
1246 static void free_global_roots(struct btrfs_fs_info *fs_info) in free_global_roots()
1258 void btrfs_free_fs_info(struct btrfs_fs_info *fs_info) in btrfs_free_fs_info()
1310 static struct btrfs_root *btrfs_get_root_ref(struct btrfs_fs_info *fs_info, in btrfs_get_root_ref()
1414 struct btrfs_root *btrfs_get_fs_root(struct btrfs_fs_info *fs_info, in btrfs_get_fs_root()
1428 struct btrfs_root *btrfs_get_new_fs_root(struct btrfs_fs_info *fs_info, in btrfs_get_new_fs_root()
1449 struct btrfs_root *btrfs_get_fs_root_commit_root(struct btrfs_fs_info *fs_info, in btrfs_get_fs_root_commit_root()
1483 struct btrfs_fs_info *fs_info = arg; in cleaner_kthread() local
1561 struct btrfs_fs_info *fs_info = root->fs_info; in transaction_kthread() local
1741 static int read_backup_root(struct btrfs_fs_info *fs_info, u8 priority) in read_backup_root()
1777 static void btrfs_stop_all_workers(struct btrfs_fs_info *fs_info) in btrfs_stop_all_workers()
1815 static void free_global_root_pointers(struct btrfs_fs_info *fs_info) in free_global_root_pointers()
1863 void btrfs_free_fs_roots(struct btrfs_fs_info *fs_info) in btrfs_free_fs_roots()
1890 static void btrfs_init_scrub(struct btrfs_fs_info *fs_info) in btrfs_init_scrub()
1901 static void btrfs_init_balance(struct btrfs_fs_info *fs_info) in btrfs_init_balance()
1914 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_init_btree_inode() local
1946 static void btrfs_init_dev_replace_locks(struct btrfs_fs_info *fs_info) in btrfs_init_dev_replace_locks()
1953 static void btrfs_init_qgroup(struct btrfs_fs_info *fs_info) in btrfs_init_qgroup()
1966 static int btrfs_init_workqueues(struct btrfs_fs_info *fs_info) in btrfs_init_workqueues()
2026 static int btrfs_init_csum_hash(struct btrfs_fs_info *fs_info, u16 csum_type) in btrfs_init_csum_hash()
2064 static int btrfs_replay_log(struct btrfs_fs_info *fs_info, in btrfs_replay_log()
2123 struct btrfs_fs_info *fs_info = tree_root->fs_info; in load_global_roots_objectid() local
2228 static int btrfs_read_roots(struct btrfs_fs_info *fs_info) in btrfs_read_roots()
2341 int btrfs_validate_super(const struct btrfs_fs_info *fs_info, in btrfs_validate_super()
2542 static int btrfs_validate_mount_super(struct btrfs_fs_info *fs_info) in btrfs_validate_mount_super()
2553 static int btrfs_validate_write_super(struct btrfs_fs_info *fs_info, in btrfs_validate_write_super()
2609 static int load_important_roots(struct btrfs_fs_info *fs_info) in load_important_roots()
2626 static int __cold init_tree_roots(struct btrfs_fs_info *fs_info) in init_tree_roots()
2701 void btrfs_init_fs_info(struct btrfs_fs_info *fs_info) in btrfs_init_fs_info()
2838 static int init_mount_fs_info(struct btrfs_fs_info *fs_info, struct super_block *sb) in init_mount_fs_info()
2889 struct btrfs_fs_info *fs_info = data; in btrfs_uuid_rescan_kthread() local
2908 static int btrfs_check_uuid_tree(struct btrfs_fs_info *fs_info) in btrfs_check_uuid_tree()
2924 static int btrfs_cleanup_fs_roots(struct btrfs_fs_info *fs_info) in btrfs_cleanup_fs_roots()
2979 int btrfs_start_pre_rw_mount(struct btrfs_fs_info *fs_info) in btrfs_start_pre_rw_mount()
3112 int btrfs_check_features(struct btrfs_fs_info *fs_info, bool is_rw_mount) in btrfs_check_features()
3214 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in open_ctree() local
3737 struct btrfs_fs_info *fs_info = device->fs_info; in write_dev_supers() local
4011 int write_all_supers(struct btrfs_fs_info *fs_info, int max_mirrors) in write_all_supers()
4124 void btrfs_drop_and_free_fs_root(struct btrfs_fs_info *fs_info, in btrfs_drop_and_free_fs_root()
4148 int btrfs_commit_super(struct btrfs_fs_info *fs_info) in btrfs_commit_super()
4162 static void warn_about_uncommitted_trans(struct btrfs_fs_info *fs_info) in warn_about_uncommitted_trans()
4201 void __cold close_ctree(struct btrfs_fs_info *fs_info) in close_ctree()
4389 struct btrfs_fs_info *fs_info = buf->fs_info; in btrfs_mark_buffer_dirty() local
4413 static void __btrfs_btree_balance_dirty(struct btrfs_fs_info *fs_info, in __btrfs_btree_balance_dirty()
4436 void btrfs_btree_balance_dirty(struct btrfs_fs_info *fs_info) in btrfs_btree_balance_dirty()
4441 void btrfs_btree_balance_dirty_nodelay(struct btrfs_fs_info *fs_info) in btrfs_btree_balance_dirty_nodelay()
4446 static void btrfs_error_commit_super(struct btrfs_fs_info *fs_info) in btrfs_error_commit_super()
4459 static void btrfs_drop_all_logs(struct btrfs_fs_info *fs_info) in btrfs_drop_all_logs()
4504 static void btrfs_destroy_all_ordered_extents(struct btrfs_fs_info *fs_info) in btrfs_destroy_all_ordered_extents()
4535 struct btrfs_fs_info *fs_info) in btrfs_destroy_delayed_refs()
4636 static void btrfs_destroy_all_delalloc_inodes(struct btrfs_fs_info *fs_info) in btrfs_destroy_all_delalloc_inodes()
4658 static void btrfs_destroy_marked_extents(struct btrfs_fs_info *fs_info, in btrfs_destroy_marked_extents()
4685 static void btrfs_destroy_pinned_extent(struct btrfs_fs_info *fs_info, in btrfs_destroy_pinned_extent()
4736 struct btrfs_fs_info *fs_info) in btrfs_cleanup_dirty_bgs()
4782 static void btrfs_free_all_qgroup_pertrans(struct btrfs_fs_info *fs_info) in btrfs_free_all_qgroup_pertrans()
4809 struct btrfs_fs_info *fs_info) in btrfs_cleanup_one_transaction()
4838 static int btrfs_cleanup_transaction(struct btrfs_fs_info *fs_info) in btrfs_cleanup_transaction()