Home
last modified time | relevance | path

Searched refs:trans_list (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dordered-data.h111 struct list_head trans_list; member
Dordered-data.c208 INIT_LIST_HEAD(&entry->trans_list); in __btrfs_add_ordered_extent()
436 ASSERT(list_empty(&entry->trans_list)); in btrfs_put_ordered_extent()
Dtransaction.c280 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()
Ddisk-io.c2653 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()
Dctree.h888 struct list_head trans_list; member