Searched refs:trans_list (Results 1 – 5 of 5) sorted by relevance
114 struct list_head trans_list; member
262 list_add_tail(&cur_trans->list, &fs_info->trans_list); in join_transaction()734 list_for_each_entry(t, &fs_info->trans_list, list) { in btrfs_wait_for_commit()760 list_for_each_entry_reverse(t, &fs_info->trans_list, in btrfs_wait_for_commit()2038 if (cur_trans->list.prev != &fs_info->trans_list) { in btrfs_commit_transaction()
214 INIT_LIST_HEAD(&entry->trans_list); in __btrfs_add_ordered_extent()441 ASSERT(list_empty(&entry->trans_list)); in btrfs_put_ordered_extent()
2645 INIT_LIST_HEAD(&fs_info->trans_list); in open_ctree()4532 while (!list_empty(&fs_info->trans_list)) { in btrfs_cleanup_transaction()4533 t = list_first_entry(&fs_info->trans_list, in btrfs_cleanup_transaction()
665 struct list_head trans_list; member