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()264 rcu_assign_pointer(sbi->s_system_blks, system_blks); in ext4_setup_system_zone()289 system_blks = rcu_dereference_protected(EXT4_SB(sb)->s_system_blks, in ext4_release_system_zone()291 rcu_assign_pointer(EXT4_SB(sb)->s_system_blks, NULL); in ext4_release_system_zone()322 system_blks = rcu_dereference(sbi->s_system_blks); in ext4_inode_block_valid()
6022 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) { in ext4_remount()6048 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in ext4_remount()6074 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in ext4_remount()
1494 struct ext4_system_blocks __rcu *s_system_blks; member