Home
last modified time | relevance | path

Searched refs:tree_mod_seq_list (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 */
593 struct list_head tree_mod_seq_list; member
H A Dtransaction.c367 if (!list_empty(&fs_info->tree_mod_seq_list)) in join_transaction()
368 WARN(1, KERN_ERR "BTRFS: tree_mod_seq_list not empty when creating a fresh transaction\n"); in join_transaction()
H A Ddisk-io.c2817 INIT_LIST_HEAD(&fs_info->tree_mod_seq_list); in btrfs_init_fs_info()