Home
last modified time | relevance | path

Searched refs:tree_mod_seq_list (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dtree-mod-log.c66 list_add_tail(&elem->list, &fs_info->tree_mod_seq_list); in btrfs_get_tree_mod_seq()
91 if (list_empty(&fs_info->tree_mod_seq_list)) { in btrfs_put_tree_mod_seq()
96 first = list_first_entry(&fs_info->tree_mod_seq_list, in btrfs_put_tree_mod_seq()
182 if (list_empty(&(fs_info)->tree_mod_seq_list)) { in tree_mod_dont_log()
1104 if (!list_empty(&fs_info->tree_mod_seq_list)) { in btrfs_tree_mod_log_lowest_seq()
1107 elem = list_first_entry(&fs_info->tree_mod_seq_list, in btrfs_tree_mod_log_lowest_seq()
H A Dfs.h513 struct list_head tree_mod_seq_list; member
H A Dtransaction.c364 if (!list_empty(&fs_info->tree_mod_seq_list)) in join_transaction()
H A Ddisk-io.c2707 INIT_LIST_HEAD(&fs_info->tree_mod_seq_list); in btrfs_init_fs_info()