Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dordered-data.h114 struct list_head trans_list; member
Dordered-data.c214 INIT_LIST_HEAD(&entry->trans_list); in __btrfs_add_ordered_extent()
441 ASSERT(list_empty(&entry->trans_list)); in btrfs_put_ordered_extent()
Dtransaction.c262 list_add_tail(&cur_trans->list, &fs_info->trans_list); in join_transaction()
734 list_for_each_entry(t, &fs_info->trans_list, list) { in btrfs_wait_for_commit()
760 list_for_each_entry_reverse(t, &fs_info->trans_list, in btrfs_wait_for_commit()
2038 if (cur_trans->list.prev != &fs_info->trans_list) { in btrfs_commit_transaction()
Ddisk-io.c2657 INIT_LIST_HEAD(&fs_info->trans_list); in open_ctree()
4544 while (!list_empty(&fs_info->trans_list)) { in btrfs_cleanup_transaction()
4545 t = list_first_entry(&fs_info->trans_list, in btrfs_cleanup_transaction()
Dctree.h665 struct list_head trans_list; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c71 struct list_head trans_list; member
552 list_for_each_entry_rcu(trans, &mlxsw_core->emad.trans_list, list) { in mlxsw_emad_rx_listener_func()
589 INIT_LIST_HEAD(&mlxsw_core->emad.trans_list); in mlxsw_emad_init()
681 list_add_tail_rcu(&trans->list, &mlxsw_core->emad.trans_list); in mlxsw_emad_reg_access()