Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dblock_validity.c134 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()
H A Dsuper.c6022 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()
H A Dext4.h1494 struct ext4_system_blocks __rcu *s_system_blks; member