Home
last modified time | relevance | path

Searched refs:dropped_roots (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dtransaction.h76 struct list_head dropped_roots; member
Dtransaction.c131 while (!list_empty(&trans->dropped_roots)) { in switch_commit_roots()
132 root = list_first_entry(&trans->dropped_roots, in switch_commit_roots()
274 INIT_LIST_HEAD(&cur_trans->dropped_roots); in join_transaction()
367 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root()