Searched refs:trans_list (Results 1 – 3 of 3) sorted by relevance
130 list_add_tail(&cur_trans->list, &root->fs_info->trans_list); in join_transaction()394 list_for_each_entry(t, &root->fs_info->trans_list, list) { in btrfs_wait_for_commit()410 list_for_each_entry_reverse(t, &root->fs_info->trans_list, in btrfs_wait_for_commit()1283 if (cur_trans->list.prev != &root->fs_info->trans_list) { in btrfs_commit_transaction()
1903 INIT_LIST_HEAD(&fs_info->trans_list); in open_ctree()3613 list_splice_init(&root->fs_info->trans_list, &list); in btrfs_cleanup_transaction()
1124 struct list_head trans_list; member