Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dtransaction.h75 struct list_head dropped_roots; member
A Dtransaction.c200 while (!list_empty(&cur_trans->dropped_roots)) { in switch_commit_roots()
201 root = list_first_entry(&cur_trans->dropped_roots, in switch_commit_roots()
372 INIT_LIST_HEAD(&cur_trans->dropped_roots); in join_transaction()
468 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root()

Completed in 7 milliseconds