Home
last modified time | relevance | path

Searched refs:dropped_roots (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dtransaction.h73 struct list_head dropped_roots; member
H A Dtransaction.c174 while (!list_empty(&cur_trans->dropped_roots)) { in switch_commit_roots()
175 root = list_first_entry(&cur_trans->dropped_roots, in switch_commit_roots()
375 INIT_LIST_HEAD(&cur_trans->dropped_roots); in join_transaction()
469 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.h79 struct list_head dropped_roots; member
H A Dtransaction.c204 while (!list_empty(&cur_trans->dropped_roots)) { in switch_commit_roots()
205 root = list_first_entry(&cur_trans->dropped_roots, in switch_commit_roots()
377 INIT_LIST_HEAD(&cur_trans->dropped_roots); in join_transaction()
471 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root()

Completed in 8 milliseconds