Searched refs:s_system_blks (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | block_validity.c | 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()
|
H A D | super.c | 6060 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) { in ext4_remount() 6086 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in ext4_remount() 6131 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in ext4_remount()
|
H A D | ext4.h | 1496 struct ext4_system_blocks __rcu *s_system_blks; member
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | block_validity.c | 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()
|
H A D | super.c | 6660 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) { in __ext4_remount() 6686 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount() 6726 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount()
|
H A D | ext4.h | 1547 struct ext4_system_blocks __rcu *s_system_blks; member
|
Completed in 38 milliseconds