Home
last modified time | relevance | path

Searched defs:fs_info (Results 26 – 50 of 97) sorted by relevance

1234

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.c28 bool btrfs_check_space_for_delayed_refs(struct btrfs_fs_info *fs_info) in btrfs_check_space_for_delayed_refs()
79 void btrfs_delayed_refs_rsv_release(struct btrfs_fs_info *fs_info, int nr) in btrfs_delayed_refs_rsv_release()
100 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_update_delayed_refs_rsv() local
125 void btrfs_migrate_to_delayed_refs_rsv(struct btrfs_fs_info *fs_info, in btrfs_migrate_to_delayed_refs_rsv()
172 int btrfs_delayed_refs_rsv_refill(struct btrfs_fs_info *fs_info, in btrfs_delayed_refs_rsv_refill()
480 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_merge_delayed_refs() local
515 int btrfs_check_delayed_seq(struct btrfs_fs_info *fs_info, u64 seq) in btrfs_check_delayed_seq()
655 struct btrfs_fs_info *fs_info = trans->fs_info; in update_existing_head_ref() local
897 static void init_delayed_ref_common(struct btrfs_fs_info *fs_info, in init_delayed_ref_common()
932 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_add_delayed_tree_ref() local
[all …]
H A Dbackref.c225 static void prelim_ref_insert(const struct btrfs_fs_info *fs_info, in prelim_ref_insert()
338 static int add_prelim_ref(const struct btrfs_fs_info *fs_info, in add_prelim_ref()
369 static int add_direct_ref(const struct btrfs_fs_info *fs_info, in add_direct_ref()
379 static int add_indirect_ref(const struct btrfs_fs_info *fs_info, in add_indirect_ref()
537 static int resolve_indirect_ref(struct btrfs_fs_info *fs_info, in resolve_indirect_ref()
680 static int resolve_indirect_refs(struct btrfs_fs_info *fs_info, in resolve_indirect_refs()
789 static int add_missing_keys(struct btrfs_fs_info *fs_info, in add_missing_keys()
834 static int add_delayed_refs(const struct btrfs_fs_info *fs_info, in add_delayed_refs()
959 static int add_inline_refs(const struct btrfs_fs_info *fs_info, in add_inline_refs()
1082 static int add_keyed_refs(struct btrfs_fs_info *fs_info, in add_keyed_refs()
[all …]
H A Dfile-item.c43 struct btrfs_fs_info *fs_info = BTRFS_I(inode)->root->fs_info; in btrfs_inode_safe_disk_i_size_write() local
117 static inline u32 max_ordered_sum_bytes(struct btrfs_fs_info *fs_info, in max_ordered_sum_bytes()
177 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_lookup_csum() local
258 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb); in btrfs_lookup_bio_sums() local
398 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_lookup_csums_range() local
528 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_csum_one_bio() local
645 static noinline void truncate_one_csum(struct btrfs_fs_info *fs_info, in truncate_one_csum()
698 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_del_csums() local
844 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_csum_file_blocks() local
1050 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_extent_item_to_extent_map() local
H A Dfile.c85 struct btrfs_fs_info *fs_info = inode->root->fs_info; in __btrfs_add_inode_defrag() local
119 static inline int __need_auto_defrag(struct btrfs_fs_info *fs_info) in __need_auto_defrag()
138 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_add_inode_defrag() local
187 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_requeue_inode_defrag() local
212 btrfs_pick_defrag_inode(struct btrfs_fs_info *fs_info, u64 root, u64 ino) in btrfs_pick_defrag_inode()
252 void btrfs_cleanup_defrag_inodes(struct btrfs_fs_info *fs_info) in btrfs_cleanup_defrag_inodes()
273 static int __btrfs_run_defrag_inode(struct btrfs_fs_info *fs_info, in __btrfs_run_defrag_inode()
338 int btrfs_run_defrag_inodes(struct btrfs_fs_info *fs_info) in btrfs_run_defrag_inodes()
467 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_dirty_pages() local
683 struct btrfs_fs_info *fs_info = root->fs_info; in __btrfs_drop_extents() local
[all …]
H A Dinode-map.c18 struct btrfs_fs_info *fs_info = root->fs_info; in fail_caching_thread() local
32 struct btrfs_fs_info *fs_info = root->fs_info; in caching_kthread() local
141 struct btrfs_fs_info *fs_info = root->fs_info; in start_caching() local
218 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_return_ino() local
400 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_save_ino_cache() local
H A Ddiscard.c506 struct btrfs_fs_info *fs_info = container_of(discard_ctl, in btrfs_run_discard_work() local
619 void btrfs_discard_punt_unused_bgs_list(struct btrfs_fs_info *fs_info) in btrfs_discard_punt_unused_bgs_list()
664 void btrfs_discard_resume(struct btrfs_fs_info *fs_info) in btrfs_discard_resume()
676 void btrfs_discard_stop(struct btrfs_fs_info *fs_info) in btrfs_discard_stop()
681 void btrfs_discard_init(struct btrfs_fs_info *fs_info) in btrfs_discard_init()
704 void btrfs_discard_cleanup(struct btrfs_fs_info *fs_info) in btrfs_discard_cleanup()
H A Ddelayed-inode.c554 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_delayed_item_reserve_metadata() local
586 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_delayed_item_release_metadata() local
608 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_delayed_inode_reserve_metadata() local
668 static void btrfs_delayed_inode_release_metadata(struct btrfs_fs_info *fs_info, in btrfs_delayed_inode_release_metadata()
1015 struct btrfs_fs_info *fs_info = root->fs_info; in __btrfs_update_delayed_inode() local
1150 struct btrfs_fs_info *fs_info = trans->fs_info; in __btrfs_run_delayed_items() local
1245 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_commit_inode_delayed_inode() local
1378 struct btrfs_fs_info *fs_info, int nr) in btrfs_wq_run_delayed_node()
1395 void btrfs_assert_delayed_root_empty(struct btrfs_fs_info *fs_info) in btrfs_assert_delayed_root_empty()
1413 void btrfs_balance_delayed_items(struct btrfs_fs_info *fs_info) in btrfs_balance_delayed_items()
[all …]
H A Duuid-tree.c85 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_uuid_tree_add() local
150 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_uuid_tree_remove() local
257 static int btrfs_check_uuid_tree_entry(struct btrfs_fs_info *fs_info, in btrfs_check_uuid_tree_entry()
291 int btrfs_uuid_tree_iterate(struct btrfs_fs_info *fs_info) in btrfs_uuid_tree_iterate()
H A Dfree-space-tree.c87 struct btrfs_fs_info *fs_info = block_group->fs_info; in search_free_space_info() local
189 struct btrfs_fs_info *fs_info = trans->fs_info; in convert_free_space_to_bitmaps() local
329 struct btrfs_fs_info *fs_info = trans->fs_info; in convert_free_space_to_extents() local
523 struct btrfs_fs_info *fs_info = block_group->fs_info; in free_space_set_bits() local
1141 int btrfs_create_free_space_tree(struct btrfs_fs_info *fs_info) in btrfs_create_free_space_tree()
1235 int btrfs_clear_free_space_tree(struct btrfs_fs_info *fs_info) in btrfs_clear_free_space_tree()
1296 struct btrfs_fs_info *fs_info = trans->fs_info; in add_block_group_free_space() local
1404 struct btrfs_fs_info *fs_info; in load_free_space_bitmaps() local
1485 struct btrfs_fs_info *fs_info; in load_free_space_extents() local
H A Dblock-group.h59 struct btrfs_fs_info *fs_info; member
214 struct btrfs_fs_info *fs_info = block_group->fs_info; in btrfs_should_fragment_free_space() local
278 static inline u64 btrfs_data_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_data_alloc_profile()
283 static inline u64 btrfs_metadata_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_metadata_alloc_profile()
288 static inline u64 btrfs_system_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_system_alloc_profile()
H A Droot-tree.c122 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_update_root() local
207 int btrfs_find_orphan_roots(struct btrfs_fs_info *fs_info) in btrfs_find_orphan_roots()
493 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_subvolume_reserve_metadata() local
528 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_subvolume_release_metadata() local
H A Dexport.c64 struct btrfs_fs_info *fs_info = btrfs_sb(sb); in btrfs_get_dentry() local
137 struct btrfs_fs_info *fs_info = btrfs_sb(dir->i_sb); in btrfs_get_parent() local
205 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb); in btrfs_get_name() local
H A Dordered-data.c168 struct btrfs_fs_info *fs_info = root->fs_info; in __btrfs_add_ordered_extent() local
315 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_dec_test_first_ordered_pending() local
471 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_remove_ordered_extent() local
557 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_wait_ordered_extents() local
610 void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, u64 nr, in btrfs_wait_ordered_roots()
865 struct btrfs_fs_info *fs_info = inode->root->fs_info; in btrfs_find_ordered_sum() local
H A Dasync-thread.c28 struct btrfs_fs_info *fs_info; member
81 __btrfs_alloc_workqueue(struct btrfs_fs_info *fs_info, const char *name, in __btrfs_alloc_workqueue()
129 struct btrfs_workqueue *btrfs_alloc_workqueue(struct btrfs_fs_info *fs_info, in btrfs_alloc_workqueue()
H A Dtree-log.c141 struct btrfs_fs_info *fs_info = root->fs_info; in start_log_trans() local
302 struct btrfs_fs_info *fs_info = log->fs_info; in process_one_buffer() local
579 struct btrfs_fs_info *fs_info = root->fs_info; in replay_one_extent() local
2710 static void unaccount_log_buffer(struct btrfs_fs_info *fs_info, u64 start) in unaccount_log_buffer()
2735 struct btrfs_fs_info *fs_info = root->fs_info; in walk_down_log_tree() local
2825 struct btrfs_fs_info *fs_info = root->fs_info; in walk_up_log_tree() local
2884 struct btrfs_fs_info *fs_info = log->fs_info; in walk_log_tree() local
2962 struct btrfs_fs_info *fs_info = log->fs_info; in update_log_root() local
3066 struct btrfs_fs_info *fs_info = root->fs_info; in btrfs_sync_log() local
3345 struct btrfs_fs_info *fs_info) in btrfs_free_log_root_tree()
[all …]
H A Dfree-space-cache.c51 struct btrfs_fs_info *fs_info = root->fs_info; in __lookup_free_space_inode() local
101 struct btrfs_fs_info *fs_info = block_group->fs_info; in lookup_free_space_inode() local
210 int btrfs_check_trunc_cache_free_space(struct btrfs_fs_info *fs_info, in btrfs_check_trunc_cache_free_space()
670 struct btrfs_fs_info *fs_info = root->fs_info; in __load_free_space_cache() local
846 struct btrfs_fs_info *fs_info = block_group->fs_info; in load_free_space_cache() local
1398 struct btrfs_fs_info *fs_info = trans->fs_info; in btrfs_write_out_cache() local
2094 struct btrfs_fs_info *fs_info = block_group->fs_info; in use_bitmap() local
2464 int __btrfs_add_free_space(struct btrfs_fs_info *fs_info, in __btrfs_add_free_space()
2659 struct btrfs_fs_info *fs_info = block_group->fs_info; in btrfs_dump_free_space() local
2683 struct btrfs_fs_info *fs_info = block_group->fs_info; in btrfs_init_free_space_ctl() local
[all …]
H A Dextent_io.c62 void btrfs_extent_buffer_leak_debug_check(struct btrfs_fs_info *fs_info) in btrfs_extent_buffer_leak_debug_check()
278 void extent_io_tree_init(struct btrfs_fs_info *fs_info, in extent_io_tree_init()
2253 int repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 start, in repair_io_failure()
2336 struct btrfs_fs_info *fs_info = eb->fs_info; in btrfs_repair_eb_io_failure() local
2361 int clean_io_failure(struct btrfs_fs_info *fs_info, in clean_io_failure()
2454 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb); in btrfs_get_io_failure_record() local
2540 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb); in btrfs_check_repairable() local
2649 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb); in btrfs_submit_read_repair() local
2748 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb); in end_bio_extent_writepage() local
2819 struct btrfs_fs_info *fs_info = btrfs_sb(inode->i_sb); in end_bio_extent_readpage() local
[all …]
/OK3568_Linux_fs/kernel/fs/proc/
H A Droot.c148 static void proc_apply_options(struct proc_fs_info *fs_info, in proc_apply_options()
166 struct proc_fs_info *fs_info; in proc_fill_super() local
219 struct proc_fs_info *fs_info = proc_sb_info(sb); in proc_reconfigure() local
265 struct proc_fs_info *fs_info = proc_sb_info(sb); in proc_kill_sb() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/halmac_8822b/
H A Dhalmac_sdio_8822b.c174 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in tx_allowed_sdio_8822b() local
447 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_oqt_8822b() local
520 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_oqt_free_space_8822b() local
552 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_sdio_free_page_8822b() local
715 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_qsel_8822b() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/halmac_8821c/
H A Dhalmac_sdio_8821c.c175 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in tx_allowed_sdio_8821c() local
588 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_oqt_8821c() local
660 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_oqt_free_space_8821c() local
692 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_sdio_free_page_8821c() local
855 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_qsel_8821c() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/halmac_8821c/
H A Dhalmac_sdio_8821c.c176 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in tx_allowed_sdio_8821c() local
589 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_oqt_8821c() local
661 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_oqt_free_space_8821c() local
693 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_sdio_free_page_8821c() local
856 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_qsel_8821c() local
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dinode-tests.c218 struct btrfs_fs_info *fs_info = NULL; in test_btrfs_get_extent() local
824 struct btrfs_fs_info *fs_info = NULL; in test_hole_first() local
926 struct btrfs_fs_info *fs_info = NULL; in test_extent_accounting() local
H A Dqgroup-tests.c211 struct btrfs_fs_info *fs_info = root->fs_info; in test_no_shared_qgroup() local
314 struct btrfs_fs_info *fs_info = root->fs_info; in test_multiple_refs() local
455 struct btrfs_fs_info *fs_info = NULL; in btrfs_test_qgroups() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/halmac_8822c/
H A Dhalmac_sdio_8822c.c178 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in tx_allowed_sdio_8822c() local
569 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_oqt_8822c() local
641 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_oqt_free_space_8822c() local
675 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in update_sdio_free_page_8822c() local
884 struct halmac_sdio_free_space *fs_info = &adapter->sdio_fs; in chk_qsel_8822c() local
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h162 #define TP_fast_assign_fsid(fs_info) \ argument
175 #define TP_fast_assign_btrfs(fs_info, args...) \ argument

1234