Searched refs:s_system_blks (Results 1 – 3 of 3) sorted by relevance
134 system_blks = rcu_dereference(sbi->s_system_blks); in debug_print_tree()262 rcu_assign_pointer(sbi->s_system_blks, system_blks); in ext4_setup_system_zone()287 system_blks = rcu_dereference_protected(EXT4_SB(sb)->s_system_blks, in ext4_release_system_zone()289 rcu_assign_pointer(EXT4_SB(sb)->s_system_blks, NULL); in ext4_release_system_zone()315 system_blks = rcu_dereference(sbi->s_system_blks); in ext4_sb_block_valid()
6661 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) { in __ext4_remount()6687 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount()6727 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount()
1547 struct ext4_system_blocks __rcu *s_system_blks; member