• Home
  • Raw
  • Download

Lines Matching defs:trans

85 static int start_log_trans(struct btrfs_trans_handle *trans,  in start_log_trans()
184 struct btrfs_trans_handle *trans; member
232 static noinline int overwrite_item(struct btrfs_trans_handle *trans, in overwrite_item()
403 static noinline int replay_one_extent(struct btrfs_trans_handle *trans, in replay_one_extent()
580 static noinline int drop_one_dir_item(struct btrfs_trans_handle *trans, in drop_one_dir_item()
709 static noinline int add_inode_ref(struct btrfs_trans_handle *trans, in add_inode_ref()
875 static noinline int fixup_inode_link_count(struct btrfs_trans_handle *trans, in fixup_inode_link_count()
935 static noinline int fixup_inode_link_counts(struct btrfs_trans_handle *trans, in fixup_inode_link_counts()
988 static noinline int link_to_fixup_dir(struct btrfs_trans_handle *trans, in link_to_fixup_dir()
1025 static noinline int insert_one_name(struct btrfs_trans_handle *trans, in insert_one_name()
1067 static noinline int replay_one_name(struct btrfs_trans_handle *trans, in replay_one_name()
1164 static noinline int replay_one_dir_item(struct btrfs_trans_handle *trans, in replay_one_dir_item()
1278 static noinline int check_item_in_log(struct btrfs_trans_handle *trans, in check_item_in_log()
1377 static noinline int replay_dir_deletes(struct btrfs_trans_handle *trans, in replay_dir_deletes()
1569 static noinline int walk_down_log_tree(struct btrfs_trans_handle *trans, in walk_down_log_tree()
1685 static noinline int walk_up_log_tree(struct btrfs_trans_handle *trans, in walk_up_log_tree()
1752 static int walk_log_tree(struct btrfs_trans_handle *trans, in walk_log_tree()
1827 static int update_log_root(struct btrfs_trans_handle *trans, in update_log_root()
1887 int btrfs_sync_log(struct btrfs_trans_handle *trans, in btrfs_sync_log()
2004 int btrfs_free_log(struct btrfs_trans_handle *trans, struct btrfs_root *root) in btrfs_free_log()
2065 int btrfs_del_dir_entries_in_log(struct btrfs_trans_handle *trans, in btrfs_del_dir_entries_in_log()
2141 int btrfs_del_inode_ref_in_log(struct btrfs_trans_handle *trans, in btrfs_del_inode_ref_in_log()
2172 static noinline int insert_dir_log_key(struct btrfs_trans_handle *trans, in insert_dir_log_key()
2204 static noinline int log_dir_items(struct btrfs_trans_handle *trans, in log_dir_items()
2355 static noinline int log_directory_changes(struct btrfs_trans_handle *trans, in log_directory_changes()
2391 static int drop_objectid_items(struct btrfs_trans_handle *trans, in drop_objectid_items()
2428 static noinline int copy_items(struct btrfs_trans_handle *trans, in copy_items()
2562 static int __btrfs_log_inode(struct btrfs_trans_handle *trans, in __btrfs_log_inode()
2709 int btrfs_log_inode(struct btrfs_trans_handle *trans, in btrfs_log_inode()
2727 int btrfs_log_dentry(struct btrfs_trans_handle *trans, in btrfs_log_dentry()
2760 int btrfs_log_dentry_safe(struct btrfs_trans_handle *trans, in btrfs_log_dentry_safe()
2779 struct btrfs_trans_handle *trans; in btrfs_recover_log_trees() local