/linux-4.4.14/fs/btrfs/ |
D | transaction.h | 107 struct btrfs_trans_handle { struct 151 static inline void btrfs_set_inode_last_trans(struct btrfs_trans_handle *trans, in btrfs_set_inode_last_trans() argument 165 static inline void btrfs_set_skip_qgroup(struct btrfs_trans_handle *trans, in btrfs_set_skip_qgroup() 175 static inline void btrfs_clear_skip_qgroup(struct btrfs_trans_handle *trans) in btrfs_clear_skip_qgroup() 184 int btrfs_end_transaction(struct btrfs_trans_handle *trans, 186 struct btrfs_trans_handle *btrfs_start_transaction(struct btrfs_root *root, 188 struct btrfs_trans_handle *btrfs_start_transaction_fallback_global_rsv( 192 struct btrfs_trans_handle *btrfs_start_transaction_lflush( 195 struct btrfs_trans_handle *btrfs_join_transaction(struct btrfs_root *root); 196 struct btrfs_trans_handle *btrfs_join_transaction_nolock(struct btrfs_root *root); [all …]
|
D | qgroup.h | 43 int btrfs_quota_enable(struct btrfs_trans_handle *trans, 45 int btrfs_quota_disable(struct btrfs_trans_handle *trans, 50 int btrfs_add_qgroup_relation(struct btrfs_trans_handle *trans, 52 int btrfs_del_qgroup_relation(struct btrfs_trans_handle *trans, 54 int btrfs_create_qgroup(struct btrfs_trans_handle *trans, 56 int btrfs_remove_qgroup(struct btrfs_trans_handle *trans, 58 int btrfs_limit_qgroup(struct btrfs_trans_handle *trans, 64 int btrfs_qgroup_prepare_account_extents(struct btrfs_trans_handle *trans, 70 btrfs_qgroup_account_extent(struct btrfs_trans_handle *trans, 74 int btrfs_qgroup_account_extents(struct btrfs_trans_handle *trans, [all …]
|
D | tree-log.h | 46 struct btrfs_trans_handle *trans) in btrfs_set_log_full_commit() 52 struct btrfs_trans_handle *trans) in btrfs_need_log_full_commit() 58 int btrfs_sync_log(struct btrfs_trans_handle *trans, 60 int btrfs_free_log(struct btrfs_trans_handle *trans, struct btrfs_root *root); 61 int btrfs_free_log_root_tree(struct btrfs_trans_handle *trans, 64 int btrfs_log_dentry_safe(struct btrfs_trans_handle *trans, 69 int btrfs_del_dir_entries_in_log(struct btrfs_trans_handle *trans, 73 int btrfs_del_inode_ref_in_log(struct btrfs_trans_handle *trans, 79 void btrfs_record_unlink_dir(struct btrfs_trans_handle *trans, 82 int btrfs_log_new_name(struct btrfs_trans_handle *trans,
|
D | delayed-ref.h | 243 struct btrfs_trans_handle *trans, 248 struct btrfs_trans_handle *trans, 254 struct btrfs_trans_handle *trans, 257 struct btrfs_trans_handle *trans, 260 void btrfs_merge_delayed_refs(struct btrfs_trans_handle *trans, 266 btrfs_find_delayed_ref_head(struct btrfs_trans_handle *trans, u64 bytenr); 267 int btrfs_delayed_ref_lock(struct btrfs_trans_handle *trans, 276 btrfs_select_ref_head(struct btrfs_trans_handle *trans);
|
D | delayed-inode.h | 101 int btrfs_insert_delayed_dir_index(struct btrfs_trans_handle *trans, 107 int btrfs_delete_delayed_dir_index(struct btrfs_trans_handle *trans, 113 int btrfs_run_delayed_items(struct btrfs_trans_handle *trans, 115 int btrfs_run_delayed_items_nr(struct btrfs_trans_handle *trans, 120 int btrfs_commit_inode_delayed_items(struct btrfs_trans_handle *trans, 128 int btrfs_delayed_update_inode(struct btrfs_trans_handle *trans,
|
D | free-space-cache.h | 58 struct btrfs_trans_handle *trans, 65 struct btrfs_trans_handle *trans, 71 struct btrfs_trans_handle *trans, 76 struct btrfs_trans_handle *trans, 82 struct btrfs_trans_handle *trans, 87 struct btrfs_trans_handle *trans,
|
D | ctree.h | 42 struct btrfs_trans_handle; 3394 int btrfs_should_throttle_delayed_refs(struct btrfs_trans_handle *trans, 3396 int btrfs_check_space_for_delayed_refs(struct btrfs_trans_handle *trans, 3399 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, 3404 int btrfs_lookup_extent_info(struct btrfs_trans_handle *trans, 3413 int btrfs_cross_ref_exist(struct btrfs_trans_handle *trans, 3422 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans, 3427 void btrfs_free_tree_block(struct btrfs_trans_handle *trans, 3431 int btrfs_alloc_reserved_file_extent(struct btrfs_trans_handle *trans, 3436 int btrfs_alloc_logged_file_extent(struct btrfs_trans_handle *trans, [all …]
|
D | disk-io.h | 54 void clean_tree_block(struct btrfs_trans_handle *trans, 60 int write_ctree_super(struct btrfs_trans_handle *trans, 133 int btrfs_init_log_root_tree(struct btrfs_trans_handle *trans, 135 int btrfs_add_log_tree(struct btrfs_trans_handle *trans, 139 struct btrfs_root *btrfs_create_tree(struct btrfs_trans_handle *trans,
|
D | transaction.c | 296 static int record_root_in_trans(struct btrfs_trans_handle *trans, in record_root_in_trans() 354 void btrfs_add_dropped_root(struct btrfs_trans_handle *trans, in btrfs_add_dropped_root() 372 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, in btrfs_record_root_in_trans() 450 static struct btrfs_trans_handle * 454 struct btrfs_trans_handle *h; in start_transaction() 588 struct btrfs_trans_handle *btrfs_start_transaction(struct btrfs_root *root, in btrfs_start_transaction() 594 struct btrfs_trans_handle *btrfs_start_transaction_fallback_global_rsv( in btrfs_start_transaction_fallback_global_rsv() 599 struct btrfs_trans_handle *trans; in btrfs_start_transaction_fallback_global_rsv() 627 struct btrfs_trans_handle *btrfs_start_transaction_lflush( in btrfs_start_transaction_lflush() 635 struct btrfs_trans_handle *btrfs_join_transaction(struct btrfs_root *root) in btrfs_join_transaction() [all …]
|
D | props.h | 34 int btrfs_inode_inherit_props(struct btrfs_trans_handle *trans, 38 int btrfs_subvol_inherit_props(struct btrfs_trans_handle *trans,
|
D | delayed-ref.c | 157 int btrfs_delayed_ref_lock(struct btrfs_trans_handle *trans, in btrfs_delayed_ref_lock() 181 static inline void drop_delayed_ref(struct btrfs_trans_handle *trans, in drop_delayed_ref() 200 static bool merge_ref(struct btrfs_trans_handle *trans, in merge_ref() 267 void btrfs_merge_delayed_refs(struct btrfs_trans_handle *trans, in btrfs_merge_delayed_refs() 338 btrfs_select_ref_head(struct btrfs_trans_handle *trans) in btrfs_select_ref_head() 392 add_delayed_ref_tail_merge(struct btrfs_trans_handle *trans, in add_delayed_ref_tail_merge() 535 struct btrfs_trans_handle *trans, in add_delayed_ref_head() 648 struct btrfs_trans_handle *trans, in add_delayed_tree_ref() 702 struct btrfs_trans_handle *trans, in add_delayed_data_ref() 756 struct btrfs_trans_handle *trans, in btrfs_add_delayed_tree_ref() [all …]
|
D | xattr.h | 28 extern int __btrfs_setxattr(struct btrfs_trans_handle *trans, 37 extern int btrfs_xattr_security_init(struct btrfs_trans_handle *trans,
|
D | inode-item.c | 96 btrfs_lookup_inode_extref(struct btrfs_trans_handle *trans, in btrfs_lookup_inode_extref() 121 static int btrfs_del_inode_extref(struct btrfs_trans_handle *trans, in btrfs_del_inode_extref() 193 int btrfs_del_inode_ref(struct btrfs_trans_handle *trans, in btrfs_del_inode_ref() 270 static int btrfs_insert_inode_extref(struct btrfs_trans_handle *trans, in btrfs_insert_inode_extref() 326 int btrfs_insert_inode_ref(struct btrfs_trans_handle *trans, in btrfs_insert_inode_ref() 401 int btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, in btrfs_insert_empty_inode() 416 int btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root in btrfs_lookup_inode()
|
D | root-tree.c | 136 int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root in btrfs_update_root() 213 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_insert_root() 280 struct btrfs_trans_handle *trans; in btrfs_find_orphan_roots() 336 int btrfs_del_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_del_root() 357 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, in btrfs_del_root_ref() 428 int btrfs_add_root_ref(struct btrfs_trans_handle *trans, in btrfs_add_root_ref() 495 void btrfs_update_root_times(struct btrfs_trans_handle *trans, in btrfs_update_root_times()
|
D | orphan.c | 22 int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, in btrfs_insert_orphan_item() 43 int btrfs_del_orphan_item(struct btrfs_trans_handle *trans, in btrfs_del_orphan_item()
|
D | dir-item.c | 32 static struct btrfs_dir_item *insert_with_overflow(struct btrfs_trans_handle in insert_with_overflow() 68 int btrfs_insert_xattr_item(struct btrfs_trans_handle *trans, in btrfs_insert_xattr_item() 120 int btrfs_insert_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root in btrfs_insert_dir_item() 191 struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, in btrfs_lookup_dir_item() 284 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, in btrfs_lookup_dir_index_item() 354 struct btrfs_dir_item *btrfs_lookup_xattr(struct btrfs_trans_handle *trans, in btrfs_lookup_xattr() 420 int btrfs_delete_one_dir_name(struct btrfs_trans_handle *trans, in btrfs_delete_one_dir_name()
|
D | volumes.h | 436 int btrfs_alloc_chunk(struct btrfs_trans_handle *trans, 457 int btrfs_grow_device(struct btrfs_trans_handle *trans, 478 int find_free_dev_extent(struct btrfs_trans_handle *trans, 486 int btrfs_run_dev_stats(struct btrfs_trans_handle *trans, 502 int btrfs_finish_chunk_alloc(struct btrfs_trans_handle *trans, 505 int btrfs_remove_chunk(struct btrfs_trans_handle *trans,
|
D | tree-log.c | 96 static int btrfs_log_inode(struct btrfs_trans_handle *trans, 102 static int link_to_fixup_dir(struct btrfs_trans_handle *trans, 105 static noinline int replay_dir_deletes(struct btrfs_trans_handle *trans, 139 static int start_log_trans(struct btrfs_trans_handle *trans, in start_log_trans() 275 struct btrfs_trans_handle *trans; 334 static noinline int overwrite_item(struct btrfs_trans_handle *trans, in overwrite_item() 577 static noinline int replay_one_extent(struct btrfs_trans_handle *trans, in replay_one_extent() 821 static noinline int drop_one_dir_item(struct btrfs_trans_handle *trans, in drop_one_dir_item() 967 static inline int __add_inode_ref(struct btrfs_trans_handle *trans, in __add_inode_ref() 1196 static noinline int add_inode_ref(struct btrfs_trans_handle *trans, in add_inode_ref() [all …]
|
D | backref.h | 54 int btrfs_find_all_roots(struct btrfs_trans_handle *trans, 71 int btrfs_check_shared(struct btrfs_trans_handle *trans,
|
D | qgroup.c | 509 static int add_qgroup_relation_item(struct btrfs_trans_handle *trans, in add_qgroup_relation_item() 533 static int del_qgroup_relation_item(struct btrfs_trans_handle *trans, in del_qgroup_relation_item() 564 static int add_qgroup_item(struct btrfs_trans_handle *trans, in add_qgroup_item() 632 static int del_qgroup_item(struct btrfs_trans_handle *trans, in del_qgroup_item() 678 static int update_qgroup_limit_item(struct btrfs_trans_handle *trans, in update_qgroup_limit_item() 720 static int update_qgroup_info_item(struct btrfs_trans_handle *trans, in update_qgroup_info_item() 765 static int update_qgroup_status_item(struct btrfs_trans_handle *trans, in update_qgroup_status_item() 809 static int btrfs_clean_quota_tree(struct btrfs_trans_handle *trans, in btrfs_clean_quota_tree() 855 int btrfs_quota_enable(struct btrfs_trans_handle *trans, in btrfs_quota_enable() 986 int btrfs_quota_disable(struct btrfs_trans_handle *trans, in btrfs_quota_disable() [all …]
|
D | delayed-inode.c | 546 static int btrfs_delayed_item_reserve_metadata(struct btrfs_trans_handle *trans, in btrfs_delayed_item_reserve_metadata() 590 struct btrfs_trans_handle *trans, in btrfs_delayed_inode_reserve_metadata() 833 static int btrfs_insert_delayed_item(struct btrfs_trans_handle *trans, in btrfs_insert_delayed_item() 863 static int btrfs_insert_delayed_items(struct btrfs_trans_handle *trans, in btrfs_insert_delayed_items() 902 static int btrfs_batch_delete_items(struct btrfs_trans_handle *trans, in btrfs_batch_delete_items() 965 static int btrfs_delete_delayed_items(struct btrfs_trans_handle *trans, in btrfs_delete_delayed_items() 1037 static int __btrfs_update_delayed_inode(struct btrfs_trans_handle *trans, in __btrfs_update_delayed_inode() 1119 static inline int btrfs_update_delayed_inode(struct btrfs_trans_handle *trans, in btrfs_update_delayed_inode() 1138 __btrfs_commit_inode_delayed_items(struct btrfs_trans_handle *trans, in __btrfs_commit_inode_delayed_items() 1162 static int __btrfs_run_delayed_items(struct btrfs_trans_handle *trans, in __btrfs_run_delayed_items() [all …]
|
D | extent-tree.c | 77 static int update_block_group(struct btrfs_trans_handle *trans, 80 static int __btrfs_free_extent(struct btrfs_trans_handle *trans, 89 static int alloc_reserved_file_extent(struct btrfs_trans_handle *trans, 94 static int alloc_reserved_tree_block(struct btrfs_trans_handle *trans, 99 static int do_chunk_alloc(struct btrfs_trans_handle *trans, 805 int btrfs_lookup_extent_info(struct btrfs_trans_handle *trans, in btrfs_lookup_extent_info() 1042 static int convert_extent_item_v0(struct btrfs_trans_handle *trans, in convert_extent_item_v0() 1158 static noinline int lookup_extent_data_ref(struct btrfs_trans_handle *trans, in lookup_extent_data_ref() 1245 static noinline int insert_extent_data_ref(struct btrfs_trans_handle *trans, in insert_extent_data_ref() 1324 static noinline int remove_extent_data_ref(struct btrfs_trans_handle *trans, in remove_extent_data_ref() [all …]
|
D | acl.c | 75 static int __btrfs_set_acl(struct btrfs_trans_handle *trans, in __btrfs_set_acl() 136 int btrfs_init_acl(struct btrfs_trans_handle *trans, in btrfs_init_acl()
|
D | props.c | 100 static int __btrfs_set_prop(struct btrfs_trans_handle *trans, in __btrfs_set_prop() 298 static int inherit_props(struct btrfs_trans_handle *trans, in inherit_props() 338 int btrfs_inode_inherit_props(struct btrfs_trans_handle *trans, in btrfs_inode_inherit_props() 348 int btrfs_subvol_inherit_props(struct btrfs_trans_handle *trans, in btrfs_subvol_inherit_props()
|
D | inode-map.h | 9 struct btrfs_trans_handle *trans);
|
D | xattr.c | 91 static int do_setxattr(struct btrfs_trans_handle *trans, in do_setxattr() 233 int __btrfs_setxattr(struct btrfs_trans_handle *trans, in __btrfs_setxattr() 491 struct btrfs_trans_handle *trans = fs_info; in btrfs_initxattrs() 513 int btrfs_xattr_security_init(struct btrfs_trans_handle *trans, in btrfs_xattr_security_init()
|
D | ctree.c | 28 static int split_node(struct btrfs_trans_handle *trans, struct btrfs_root 30 static int split_leaf(struct btrfs_trans_handle *trans, struct btrfs_root 33 static int push_node_left(struct btrfs_trans_handle *trans, 36 static int balance_node_right(struct btrfs_trans_handle *trans, 238 int btrfs_copy_root(struct btrfs_trans_handle *trans, in btrfs_copy_root() 977 static noinline int update_ref_for_cow(struct btrfs_trans_handle *trans, in update_ref_for_cow() 1093 static noinline int __btrfs_cow_block(struct btrfs_trans_handle *trans, in __btrfs_cow_block() 1501 static inline int should_cow_block(struct btrfs_trans_handle *trans, in should_cow_block() 1536 noinline int btrfs_cow_block(struct btrfs_trans_handle *trans, in btrfs_cow_block() 1622 int btrfs_realloc_node(struct btrfs_trans_handle *trans, in btrfs_realloc_node() [all …]
|
D | uuid-tree.c | 93 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, in btrfs_uuid_tree_add() 157 int btrfs_uuid_tree_rem(struct btrfs_trans_handle *trans, in btrfs_uuid_tree_rem() 241 struct btrfs_trans_handle *trans; in btrfs_uuid_iter_rem()
|
D | dev-replace.h | 25 int btrfs_run_dev_replace(struct btrfs_trans_handle *trans,
|
D | relocation.c | 476 static int update_backref_cache(struct btrfs_trans_handle *trans, in update_backref_cache() 1186 static int clone_backref_node(struct btrfs_trans_handle *trans, 1366 static struct btrfs_root *create_reloc_root(struct btrfs_trans_handle *trans, 1441 int btrfs_init_reloc_root(struct btrfs_trans_handle *trans, 1478 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans, 1626 int replace_file_extents(struct btrfs_trans_handle *trans, 1761 int replace_path(struct btrfs_trans_handle *trans, 2118 struct btrfs_trans_handle *trans = NULL; 2270 struct btrfs_trans_handle *trans; 2445 static int record_reloc_root_in_trans(struct btrfs_trans_handle *trans, [all …]
|
D | inode.c | 119 static int btrfs_init_inode_security(struct btrfs_trans_handle *trans, in btrfs_init_inode_security() 136 static int insert_inline_extent(struct btrfs_trans_handle *trans, in insert_inline_extent() 245 struct btrfs_trans_handle *trans; in cow_file_range_inline() 1221 struct btrfs_trans_handle *trans; in run_delalloc_nocow() 1939 static noinline int add_pending_csums(struct btrfs_trans_handle *trans, in add_pending_csums() 2067 static int insert_reserved_file_extent(struct btrfs_trans_handle *trans, in insert_reserved_file_extent() 2424 struct btrfs_trans_handle *trans; in relink_extent_backref() 2819 struct btrfs_trans_handle *trans = NULL; in btrfs_finish_ordered_io() 3162 void btrfs_orphan_commit_root(struct btrfs_trans_handle *trans, in btrfs_orphan_commit_root() 3211 int btrfs_orphan_add(struct btrfs_trans_handle *trans, struct inode *inode) in btrfs_orphan_add() [all …]
|
D | tree-defrag.c | 32 int btrfs_defrag_leaves(struct btrfs_trans_handle *trans, in btrfs_defrag_leaves()
|
D | file-item.c | 40 int btrfs_insert_file_extent(struct btrfs_trans_handle *trans, in btrfs_insert_file_extent() 87 btrfs_lookup_csum(struct btrfs_trans_handle *trans, in btrfs_lookup_csum() 139 int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans, in btrfs_lookup_file_extent() 566 int btrfs_del_csums(struct btrfs_trans_handle *trans, in btrfs_del_csums() 683 int btrfs_csum_file_blocks(struct btrfs_trans_handle *trans, in btrfs_csum_file_blocks()
|
D | dev-replace.c | 194 int btrfs_run_dev_replace(struct btrfs_trans_handle *trans, in btrfs_run_dev_replace() 311 struct btrfs_trans_handle *trans; in btrfs_dev_replace_start() 468 struct btrfs_trans_handle *trans; in btrfs_dev_replace_finishing() 692 struct btrfs_trans_handle *trans; in __btrfs_dev_replace_cancel()
|
D | ordered-data.h | 209 void btrfs_wait_logged_extents(struct btrfs_trans_handle *trans,
|
D | ioctl.c | 219 struct btrfs_trans_handle *trans; in btrfs_ioctl_setflags() 438 struct btrfs_trans_handle *trans; in create_subvol() 656 struct btrfs_trans_handle *trans; in create_snapshot() 1478 struct btrfs_trans_handle *trans; in btrfs_ioctl_resize() 1776 struct btrfs_trans_handle *trans; in btrfs_ioctl_subvol_setflags() 2340 struct btrfs_trans_handle *trans; in btrfs_ioctl_snap_destroy() 3282 static int clone_finish_inode_update(struct btrfs_trans_handle *trans, in clone_finish_inode_update() 3316 const struct btrfs_trans_handle *trans, in clone_update_extent_map() 3399 struct btrfs_trans_handle *trans, in clone_copy_inline_extent() 3534 struct btrfs_trans_handle *trans; in btrfs_clone() [all …]
|
D | volumes.c | 121 static int init_first_rw_device(struct btrfs_trans_handle *trans, 1406 int find_free_dev_extent(struct btrfs_trans_handle *trans, in find_free_dev_extent() 1415 static int btrfs_free_dev_extent(struct btrfs_trans_handle *trans, in btrfs_free_dev_extent() 1473 static int btrfs_alloc_dev_extent(struct btrfs_trans_handle *trans, in btrfs_alloc_dev_extent() 1577 static int btrfs_add_device(struct btrfs_trans_handle *trans, in btrfs_add_device() 1655 struct btrfs_trans_handle *trans; in btrfs_rm_dev_item() 2169 static int btrfs_finish_sprout(struct btrfs_trans_handle *trans, in btrfs_finish_sprout() 2244 struct btrfs_trans_handle *trans; in btrfs_init_new_device() 2558 static noinline int btrfs_update_device(struct btrfs_trans_handle *trans, in btrfs_update_device() 2606 int btrfs_grow_device(struct btrfs_trans_handle *trans, in btrfs_grow_device() [all …]
|
D | backref.c | 928 static int find_parent_nodes(struct btrfs_trans_handle *trans, 1165 static int btrfs_find_all_leafs(struct btrfs_trans_handle *trans, 1199 static int __btrfs_find_all_roots(struct btrfs_trans_handle *trans, 1237 int btrfs_find_all_roots(struct btrfs_trans_handle *trans, 1264 int btrfs_check_shared(struct btrfs_trans_handle *trans, 1675 struct btrfs_trans_handle *trans = NULL;
|
D | file.c | 147 int btrfs_add_inode_defrag(struct btrfs_trans_handle *trans, in btrfs_add_inode_defrag() 691 int __btrfs_drop_extents(struct btrfs_trans_handle *trans, in __btrfs_drop_extents() 1017 int btrfs_drop_extents(struct btrfs_trans_handle *trans, in btrfs_drop_extents() 1073 int btrfs_mark_extent_written(struct btrfs_trans_handle *trans, in btrfs_mark_extent_written() 1891 struct btrfs_trans_handle *trans; in btrfs_sync_file() 2151 static int fill_holes(struct btrfs_trans_handle *trans, struct inode *inode, in fill_holes() 2286 struct btrfs_trans_handle *trans; in btrfs_punch_hole() 2787 struct btrfs_trans_handle *trans; in btrfs_fallocate()
|
D | free-space-cache.c | 132 struct btrfs_trans_handle *trans, in __create_free_space_inode() 193 struct btrfs_trans_handle *trans, in create_free_space_inode() 228 struct btrfs_trans_handle *trans, in btrfs_truncate_free_space_cache() 980 update_cache_item(struct btrfs_trans_handle *trans, in update_cache_item() 1144 struct btrfs_trans_handle *trans, in btrfs_wait_cache_io() 1225 struct btrfs_trans_handle *trans, in __btrfs_write_out_cache() 1361 struct btrfs_trans_handle *trans, in btrfs_write_out_cache() 3466 struct btrfs_trans_handle *trans, in create_free_ino_inode() 3516 struct btrfs_trans_handle *trans, in btrfs_write_out_ino_cache()
|
D | disk-io.c | 1171 void clean_tree_block(struct btrfs_trans_handle *trans, in clean_tree_block() 1316 struct btrfs_root *btrfs_create_tree(struct btrfs_trans_handle *trans, in btrfs_create_tree() 1396 static struct btrfs_root *alloc_log_tree(struct btrfs_trans_handle *trans, in alloc_log_tree() 1445 int btrfs_init_log_root_tree(struct btrfs_trans_handle *trans, in btrfs_init_log_root_tree() 1458 int btrfs_add_log_tree(struct btrfs_trans_handle *trans, in btrfs_add_log_tree() 1778 struct btrfs_trans_handle *trans; in cleaner_kthread() 1863 struct btrfs_trans_handle *trans; in transaction_kthread() 3684 int write_ctree_super(struct btrfs_trans_handle *trans, in write_ctree_super() 3788 struct btrfs_trans_handle *trans; in btrfs_commit_super()
|
D | inode-map.c | 393 struct btrfs_trans_handle *trans) in btrfs_save_ino_cache()
|
D | super.c | 235 void __btrfs_abort_transaction(struct btrfs_trans_handle *trans, in __btrfs_abort_transaction() 1077 struct btrfs_trans_handle *trans; in btrfs_sync_fs() 2126 struct btrfs_trans_handle *trans; in btrfs_freeze()
|
D | ordered-data.c | 485 void btrfs_wait_logged_extents(struct btrfs_trans_handle *trans, in btrfs_wait_logged_extents()
|
D | scrub.c | 794 struct btrfs_trans_handle *trans = NULL; in scrub_fixup_nodatasum() 4128 struct btrfs_trans_handle *trans = NULL; in copy_nocow_pages_worker()
|
D | send.c | 5885 struct btrfs_trans_handle *trans = NULL; in ensure_commit_roots_uptodate()
|
/linux-4.4.14/fs/btrfs/tests/ |
D | qgroup-tests.c | 26 static void init_dummy_trans(struct btrfs_trans_handle *trans) in init_dummy_trans() 37 struct btrfs_trans_handle trans; in insert_normal_tree_ref() 90 struct btrfs_trans_handle trans; in add_tree_ref() 142 struct btrfs_trans_handle trans; in remove_extent_item() 174 struct btrfs_trans_handle trans; in remove_extent_ref() 229 struct btrfs_trans_handle trans; in test_no_shared_qgroup() 323 struct btrfs_trans_handle trans; in test_multiple_refs()
|