Home
last modified time | relevance | path

Searched refs:system_blks (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A 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()
129 struct ext4_system_blocks *system_blks; in debug_print_tree() local
134 system_blks = rcu_dereference(sbi->s_system_blks); in debug_print_tree()
135 node = rb_first(&system_blks in debug_print_tree()
147 ext4_protect_reserved_inode(struct super_block *sb, struct ext4_system_blocks *system_blks, u32 ino) ext4_protect_reserved_inode() argument
195 struct ext4_system_blocks *system_blks; ext4_destroy_system_zone() local
215 struct ext4_system_blocks *system_blks; ext4_setup_system_zone() local
285 struct ext4_system_blocks *system_blks; ext4_release_system_zone() local
299 struct ext4_system_blocks *system_blks; ext4_sb_block_valid() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A 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()
129 struct ext4_system_blocks *system_blks; in debug_print_tree() local
134 system_blks = rcu_dereference(sbi->s_system_blks); in debug_print_tree()
135 node = rb_first(&system_blks in debug_print_tree()
147 ext4_protect_reserved_inode(struct super_block *sb, struct ext4_system_blocks *system_blks, u32 ino) ext4_protect_reserved_inode() argument
195 struct ext4_system_blocks *system_blks; ext4_destroy_system_zone() local
215 struct ext4_system_blocks *system_blks; ext4_setup_system_zone() local
285 struct ext4_system_blocks *system_blks; ext4_release_system_zone() local
299 struct ext4_system_blocks *system_blks; ext4_sb_block_valid() local
[all...]

Completed in 2 milliseconds