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

/linux-master/fs/btrfs/
H A Dtree-mod-log.c66 list_add_tail(&elem->list, &fs_info->tree_mod_seq_list);
91 if (list_empty(&fs_info->tree_mod_seq_list)) {
96 first = list_first_entry(&fs_info->tree_mod_seq_list,
181 if (list_empty(&(fs_info)->tree_mod_seq_list)) {
1103 if (!list_empty(&fs_info->tree_mod_seq_list)) {
1106 elem = list_first_entry(&fs_info->tree_mod_seq_list,
H A Dfs.h566 /* This protects tree_mod_log and tree_mod_seq_list */
569 struct list_head tree_mod_seq_list; member in struct:btrfs_fs_info
H A Dtransaction.c362 if (!list_empty(&fs_info->tree_mod_seq_list))
363 WARN(1, KERN_ERR "BTRFS: tree_mod_seq_list not empty when creating a fresh transaction\n");
H A Ddisk-io.c2746 INIT_LIST_HEAD(&fs_info->tree_mod_seq_list);

Completed in 1619 milliseconds