Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dordered-data.h127 struct list_head trans_list; member
Dtransaction.c259 list_add_tail(&cur_trans->list, &fs_info->trans_list); in join_transaction()
651 list_for_each_entry(t, &root->fs_info->trans_list, list) { in btrfs_wait_for_commit()
677 list_for_each_entry_reverse(t, &root->fs_info->trans_list, in btrfs_wait_for_commit()
1758 trans_list); in btrfs_wait_pending_ordered()
1759 list_del_init(&ordered->trans_list); in btrfs_wait_pending_ordered()
1870 if (cur_trans->list.prev != &root->fs_info->trans_list) { in btrfs_commit_transaction()
Dordered-data.c223 INIT_LIST_HEAD(&entry->trans_list); in __btrfs_add_ordered_extent()
512 list_add_tail(&ordered->trans_list, &trans->ordered); in btrfs_wait_logged_extents()
Ddisk-io.c2492 INIT_LIST_HEAD(&fs_info->trans_list); in open_ctree()
4271 trans_list); in btrfs_free_pending_ordered()
4272 list_del_init(&ordered->trans_list); in btrfs_free_pending_ordered()
4317 while (!list_empty(&root->fs_info->trans_list)) { in btrfs_cleanup_transaction()
4318 t = list_first_entry(&root->fs_info->trans_list, in btrfs_cleanup_transaction()
Dctree.h1541 struct list_head trans_list; member