Searched refs:trans_list (Results 1 – 5 of 5) sorted by relevance
111 struct list_head trans_list; member
208 INIT_LIST_HEAD(&entry->trans_list); in __btrfs_add_ordered_extent()436 ASSERT(list_empty(&entry->trans_list)); in btrfs_put_ordered_extent()
280 list_add_tail(&cur_trans->list, &fs_info->trans_list); in join_transaction()735 list_for_each_entry(t, &fs_info->trans_list, list) { in btrfs_wait_for_commit()761 list_for_each_entry_reverse(t, &fs_info->trans_list, in btrfs_wait_for_commit()2052 if (cur_trans->list.prev != &fs_info->trans_list) { in btrfs_commit_transaction()
2653 INIT_LIST_HEAD(&fs_info->trans_list); in open_ctree()4566 while (!list_empty(&fs_info->trans_list)) { in btrfs_cleanup_transaction()4567 t = list_first_entry(&fs_info->trans_list, in btrfs_cleanup_transaction()
888 struct list_head trans_list; member