Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.h510 /* This protects tree_mod_log and tree_mod_seq_list */
513 struct list_head tree_mod_seq_list; member
H A Dtransaction.c364 if (!list_empty(&fs_info->tree_mod_seq_list)) in join_transaction()
365 WARN(1, KERN_ERR "BTRFS: tree_mod_seq_list not empty when creating a fresh transaction\n"); in join_transaction()
H A Ddisk-io.c2707 INIT_LIST_HEAD(&fs_info->tree_mod_seq_list); in btrfs_init_fs_info()
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.c495 if (!list_empty(&fs_info->tree_mod_seq_list)) { in btrfs_merge_delayed_refs()
498 elem = list_first_entry(&fs_info->tree_mod_seq_list, in btrfs_merge_delayed_refs()
521 if (!list_empty(&fs_info->tree_mod_seq_list)) { in btrfs_check_delayed_seq()
522 elem = list_first_entry(&fs_info->tree_mod_seq_list, in btrfs_check_delayed_seq()
H A Dctree.c299 list_add_tail(&elem->list, &fs_info->tree_mod_seq_list); in btrfs_get_tree_mod_seq()
323 if (!list_empty(&fs_info->tree_mod_seq_list)) { in btrfs_put_tree_mod_seq()
326 first = list_first_entry(&fs_info->tree_mod_seq_list, in btrfs_put_tree_mod_seq()
406 if (list_empty(&(fs_info)->tree_mod_seq_list)) in tree_mod_dont_log()
412 if (list_empty(&(fs_info)->tree_mod_seq_list)) { in tree_mod_dont_log()
425 if (list_empty(&(fs_info)->tree_mod_seq_list)) in tree_mod_need_log()
H A Dtransaction.c362 if (!list_empty(&fs_info->tree_mod_seq_list)) in join_transaction()
363 WARN(1, KERN_ERR "BTRFS: tree_mod_seq_list 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 */
733 struct list_head tree_mod_seq_list; member
H A Ddisk-io.c2764 INIT_LIST_HEAD(&fs_info->tree_mod_seq_list); in btrfs_init_fs_info()

Completed in 32 milliseconds