Searched refs:EXT4_FC_REPLAY (Results 1 – 9 of 9) sorted by relevance
89 if (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_validate_inode_bitmap()296 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) { in ext4_free_inode()1056 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) { in __ext4_new_inode()1073 if (!(sbi->s_mount_state & EXT4_FC_REPLAY) && in __ext4_new_inode()1089 if ((!(sbi->s_mount_state & EXT4_FC_REPLAY)) && !handle) { in __ext4_new_inode()1195 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) { in __ext4_new_inode()1221 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) in __ext4_new_inode()
120 if (!journal || (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY)) in __ext4_journal_start_sb()
228 (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY)); in ext4_fc_disabled()2398 sbi->s_mount_state &= ~EXT4_FC_REPLAY; in ext4_fc_replay_cleanup()2588 sbi->s_mount_state |= EXT4_FC_REPLAY; in ext4_fc_replay()
411 if (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_validate_block_bitmap()
439 if (EXT4_SB(inode->i_sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_check_map_extents_env() 985 ASSERT((EXT4_SB(inode->i_sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_getblk() 1013 ASSERT((EXT4_SB(inode->i_sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_getblk() 5415 (!(EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY))) { in __ext4_iget() 5585 if (!(EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) && in __ext4_iget() 6483 !(EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY)) { in ext4_mark_iloc_dirty()
2037 if (sbi->s_mount_state & EXT4_FC_REPLAY) { in mb_free_blocks()5623 if (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_discard_preallocations()6247 if (sbi->s_mount_state & EXT4_FC_REPLAY) in ext4_mb_new_blocks()6709 if (sbi->s_mount_state & EXT4_FC_REPLAY) { in ext4_free_blocks()
3255 if (EXT4_SB(inode->i_sb)->s_mount_state & EXT4_FC_REPLAY) in __ext4_unlink()4011 !(EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) && in ext4_rename()
5338 sbi->s_mount_state = le16_to_cpu(es->s_state) & ~EXT4_FC_REPLAY; in ext4_block_group_meta_init()6798 ~EXT4_FC_REPLAY); in __ext4_remount()
1244 #define EXT4_FC_REPLAY 0x0020 /* Fast commit replay ongoing */ macro