Home
last modified time | relevance | path

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

/fs/btrfs/
Dordered-data.h126 struct list_head trans_list; member
Dtransaction.c295 list_add_tail(&cur_trans->list, &fs_info->trans_list); in join_transaction()
728 list_for_each_entry(t, &root->fs_info->trans_list, list) { in btrfs_wait_for_commit()
754 list_for_each_entry_reverse(t, &root->fs_info->trans_list, in btrfs_wait_for_commit()
2006 if (cur_trans->list.prev != &root->fs_info->trans_list) { in btrfs_commit_transaction()
Dordered-data.c221 INIT_LIST_HEAD(&entry->trans_list); in __btrfs_add_ordered_extent()
569 ASSERT(list_empty(&entry->trans_list)); in btrfs_put_ordered_extent()
Ddisk-io.c2655 INIT_LIST_HEAD(&fs_info->trans_list); in open_ctree()
4626 while (!list_empty(&root->fs_info->trans_list)) { in btrfs_cleanup_transaction()
4627 t = list_first_entry(&root->fs_info->trans_list, in btrfs_cleanup_transaction()
Dctree.h846 struct list_head trans_list; member