Home
last modified time | relevance | path

Searched refs:tree_mod_log (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dfs.h590 /* This protects tree_mod_log and tree_mod_seq_list */
592 struct rb_root tree_mod_log; member
H A Dtransaction.c369 if (!RB_EMPTY_ROOT(&fs_info->tree_mod_log)) in join_transaction()
370 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.c2848 fs_info->tree_mod_log = RB_ROOT; in btrfs_init_fs_info()