Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dblock_validity.c55 static void release_system_zone(struct ext4_system_blocks *system_blks) in release_system_zone() argument
60 &system_blks->root, node) in release_system_zone()
69 static int add_system_zone(struct ext4_system_blocks *system_blks, in add_system_zone() argument
74 struct rb_node **n = &system_blks->root.rb_node, *node; in add_system_zone()
98 rb_insert_color(new_node, &system_blks->root); in add_system_zone()
107 rb_erase(node, &system_blks->root); in add_system_zone()
118 rb_erase(node, &system_blks->root); in add_system_zone()
132 node = rb_first(&sbi->system_blks->root); in debug_print_tree()
149 struct ext4_system_blocks *system_blks, in ext4_data_block_valid_rcu() argument
163 if (system_blks == NULL) in ext4_data_block_valid_rcu()
[all …]
Dsuper.c5492 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->system_blks) { in ext4_remount()
5518 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->system_blks) in ext4_remount()
5548 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->system_blks) in ext4_remount()
Dext4.h1422 struct ext4_system_blocks __rcu *system_blks; member