Home
last modified time | relevance | path

Searched refs:tree_mod_log (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-mod-log.c113 tm_root = &fs_info->tree_mod_log; in btrfs_put_tree_mod_seq()
145 tm_root = &fs_info->tree_mod_log; in tree_mod_log_insert()
358 rb_erase(&tm_list[i]->node, &eb->fs_info->tree_mod_log); in btrfs_tree_mod_log_insert_move()
382 &fs_info->tree_mod_log); in tree_mod_log_free_eb()
484 tm_root = &fs_info->tree_mod_log; in __tree_mod_log_search()
651 rb_erase(&dst_move_tm->node, &fs_info->tree_mod_log); in btrfs_tree_mod_log_eb_copy()
654 rb_erase(&src_move_tm->node, &fs_info->tree_mod_log); in btrfs_tree_mod_log_eb_copy()
659 rb_erase(&tm_list[i]->node, &fs_info->tree_mod_log); in btrfs_tree_mod_log_eb_copy()
H A Dfs.h510 /* This protects tree_mod_log and tree_mod_seq_list */
512 struct rb_root tree_mod_log; member
H A Dtransaction.c366 if (!RB_EMPTY_ROOT(&fs_info->tree_mod_log)) in join_transaction()
367 WARN(1, KERN_ERR "BTRFS: tree_mod_log rb tree not empty when creating a fresh transaction\n"); in join_transaction()
H A Ddisk-io.c2736 fs_info->tree_mod_log = RB_ROOT; in btrfs_init_fs_info()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dctree.c343 tm_root = &fs_info->tree_mod_log; in btrfs_put_tree_mod_seq()
375 tm_root = &fs_info->tree_mod_log; in __tree_mod_log_insert()
544 rb_erase(&tm_list[i]->node, &eb->fs_info->tree_mod_log); in tree_mod_log_insert_move()
568 &fs_info->tree_mod_log); in __tree_mod_log_free_eb()
655 tm_root = &fs_info->tree_mod_log; in __tree_mod_log_search()
771 rb_erase(&tm_list[i]->node, &fs_info->tree_mod_log); in tree_mod_log_eb_copy()
3563 * other tree_mod_log users. in split_node()
H A Dtransaction.c364 if (!RB_EMPTY_ROOT(&fs_info->tree_mod_log)) in join_transaction()
365 WARN(1, KERN_ERR "BTRFS: tree_mod_log rb tree not empty when creating a fresh transaction\n"); in join_transaction()
H A Dctree.h730 /* this protects tree_mod_log and tree_mod_seq_list */
732 struct rb_root tree_mod_log; member
H A Ddisk-io.c2791 fs_info->tree_mod_log = RB_ROOT; in btrfs_init_fs_info()

Completed in 30 milliseconds