Lines Matching defs:trans
137 static int start_log_trans(struct btrfs_trans_handle *trans, in start_log_trans()
284 struct btrfs_trans_handle *trans; member
344 static noinline int overwrite_item(struct btrfs_trans_handle *trans, in overwrite_item()
573 static noinline int replay_one_extent(struct btrfs_trans_handle *trans, in replay_one_extent()
850 static noinline int drop_one_dir_item(struct btrfs_trans_handle *trans, in drop_one_dir_item()
984 static inline int __add_inode_ref(struct btrfs_trans_handle *trans, in __add_inode_ref()
1225 static int unlink_old_inode_refs(struct btrfs_trans_handle *trans, in unlink_old_inode_refs()
1355 static int add_link(struct btrfs_trans_handle *trans, struct btrfs_root *root, in add_link()
1422 static noinline int add_inode_ref(struct btrfs_trans_handle *trans, in add_inode_ref()
1604 static int insert_orphan_item(struct btrfs_trans_handle *trans, in insert_orphan_item()
1727 static noinline int fixup_inode_link_count(struct btrfs_trans_handle *trans, in fixup_inode_link_count()
1775 static noinline int fixup_inode_link_counts(struct btrfs_trans_handle *trans, in fixup_inode_link_counts()
1836 static noinline int link_to_fixup_dir(struct btrfs_trans_handle *trans, in link_to_fixup_dir()
1875 static noinline int insert_one_name(struct btrfs_trans_handle *trans, in insert_one_name()
1921 static noinline int replay_one_name(struct btrfs_trans_handle *trans, in replay_one_name()
2073 static noinline int replay_one_dir_item(struct btrfs_trans_handle *trans, in replay_one_dir_item()
2235 static noinline int check_item_in_log(struct btrfs_trans_handle *trans, in check_item_in_log()
2338 static int replay_xattr_deletes(struct btrfs_trans_handle *trans, in replay_xattr_deletes()
2446 static noinline int replay_dir_deletes(struct btrfs_trans_handle *trans, in replay_dir_deletes()
2725 static noinline int walk_down_log_tree(struct btrfs_trans_handle *trans, in walk_down_log_tree()
2815 static noinline int walk_up_log_tree(struct btrfs_trans_handle *trans, in walk_up_log_tree()
2876 static int walk_log_tree(struct btrfs_trans_handle *trans, in walk_log_tree()
2953 static int update_log_root(struct btrfs_trans_handle *trans, in update_log_root()
3054 int btrfs_sync_log(struct btrfs_trans_handle *trans, in btrfs_sync_log()
3302 static void free_log_tree(struct btrfs_trans_handle *trans, in free_log_tree()
3329 int btrfs_free_log(struct btrfs_trans_handle *trans, struct btrfs_root *root) in btrfs_free_log()
3339 int btrfs_free_log_root_tree(struct btrfs_trans_handle *trans, in btrfs_free_log_root_tree()
3359 static bool inode_logged(struct btrfs_trans_handle *trans, in inode_logged()
3394 int btrfs_del_dir_entries_in_log(struct btrfs_trans_handle *trans, in btrfs_del_dir_entries_in_log()
3503 int btrfs_del_inode_ref_in_log(struct btrfs_trans_handle *trans, in btrfs_del_inode_ref_in_log()
3539 static noinline int insert_dir_log_key(struct btrfs_trans_handle *trans, in insert_dir_log_key()
3572 static noinline int log_dir_items(struct btrfs_trans_handle *trans, in log_dir_items()
3780 static noinline int log_directory_changes(struct btrfs_trans_handle *trans, in log_directory_changes()
3817 static int drop_objectid_items(struct btrfs_trans_handle *trans, in drop_objectid_items()
3869 static void fill_inode_item(struct btrfs_trans_handle *trans, in fill_inode_item()
3922 static int log_inode_item(struct btrfs_trans_handle *trans, in log_inode_item()
3941 static int log_csums(struct btrfs_trans_handle *trans, in log_csums()
3987 static noinline int copy_items(struct btrfs_trans_handle *trans, in copy_items()
4127 static int log_extent_csums(struct btrfs_trans_handle *trans, in log_extent_csums()
4234 static int log_one_extent(struct btrfs_trans_handle *trans, in log_one_extent()
4319 static int btrfs_log_prealloc_extents(struct btrfs_trans_handle *trans, in btrfs_log_prealloc_extents()
4448 static int btrfs_log_changed_extents(struct btrfs_trans_handle *trans, in btrfs_log_changed_extents()
4604 static int btrfs_log_all_xattrs(struct btrfs_trans_handle *trans, in btrfs_log_all_xattrs()
4682 static int btrfs_log_holes(struct btrfs_trans_handle *trans, in btrfs_log_holes()
4917 static int log_conflicting_inodes(struct btrfs_trans_handle *trans, in log_conflicting_inodes()
5088 static int copy_inode_items_to_log(struct btrfs_trans_handle *trans, in copy_inode_items_to_log()
5253 static int btrfs_log_inode(struct btrfs_trans_handle *trans, in btrfs_log_inode()
5522 static bool btrfs_must_commit_transaction(struct btrfs_trans_handle *trans, in btrfs_must_commit_transaction()
5548 static noinline int check_parent_dirs_for_sync(struct btrfs_trans_handle *trans, in check_parent_dirs_for_sync()
5648 static int log_new_dir_dentries(struct btrfs_trans_handle *trans, in log_new_dir_dentries()
5779 static int btrfs_log_all_parents(struct btrfs_trans_handle *trans, in btrfs_log_all_parents()
5900 static int log_new_ancestors(struct btrfs_trans_handle *trans, in log_new_ancestors()
5965 static int log_new_ancestors_fast(struct btrfs_trans_handle *trans, in log_new_ancestors_fast()
6003 static int log_all_new_ancestors(struct btrfs_trans_handle *trans, in log_all_new_ancestors()
6092 static int btrfs_log_inode_parent(struct btrfs_trans_handle *trans, in btrfs_log_inode_parent()
6242 int btrfs_log_dentry_safe(struct btrfs_trans_handle *trans, in btrfs_log_dentry_safe()
6264 struct btrfs_trans_handle *trans; in btrfs_recover_log_trees() local
6440 void btrfs_record_unlink_dir(struct btrfs_trans_handle *trans, in btrfs_record_unlink_dir()
6503 void btrfs_record_snapshot_destroy(struct btrfs_trans_handle *trans, in btrfs_record_snapshot_destroy()
6515 void btrfs_log_new_name(struct btrfs_trans_handle *trans, in btrfs_log_new_name()