Searched refs:trans_list (Results 1 – 4 of 4) sorted by relevance
380 list_add_tail(&cur_trans->list, &fs_info->trans_list); in join_transaction()853 list_for_each_entry(t, &fs_info->trans_list, list) { in btrfs_wait_for_commit()879 list_for_each_entry_reverse(t, &fs_info->trans_list, in btrfs_wait_for_commit()2181 if (cur_trans->list.prev != &fs_info->trans_list) { in btrfs_commit_transaction()
2742 INIT_LIST_HEAD(&fs_info->trans_list); in btrfs_init_fs_info()4756 while (!list_empty(&fs_info->trans_list)) { in btrfs_cleanup_transaction()4757 t = list_first_entry(&fs_info->trans_list, in btrfs_cleanup_transaction()
1306 if (trans->transaction->list.prev != &fs_info->trans_list) { in clean_pinned_extents()
719 struct list_head trans_list; member