Searched refs:EXT4_FC_REPLAY (Results 1 – 6 of 6) sorted by relevance
87 if (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_validate_inode_bitmap()294 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) { in ext4_free_inode()1052 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) { in __ext4_new_inode()1069 if (!(sbi->s_mount_state & EXT4_FC_REPLAY) && in __ext4_new_inode()1085 if ((!(sbi->s_mount_state & EXT4_FC_REPLAY)) && !handle) { in __ext4_new_inode()1191 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) { in __ext4_new_inode()1217 if (!(sbi->s_mount_state & EXT4_FC_REPLAY)) in __ext4_new_inode()
224 (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY)); in ext4_fc_disabled()1984 sbi->s_mount_state &= ~EXT4_FC_REPLAY; in ext4_fc_replay_cleanup()2174 sbi->s_mount_state |= EXT4_FC_REPLAY; in ext4_fc_replay()
440 if (EXT4_SB(inode->i_sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_check_map_extents_env()986 ASSERT((EXT4_SB(inode->i_sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_getblk()1014 ASSERT((EXT4_SB(inode->i_sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_getblk()5304 (!(EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY))) { in __ext4_iget()5474 if (!(EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) && in __ext4_iget()
2037 if (sbi->s_mount_state & EXT4_FC_REPLAY) { in mb_free_blocks()5622 if (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY) in ext4_discard_preallocations()6246 if (sbi->s_mount_state & EXT4_FC_REPLAY) in ext4_mb_new_blocks()6708 if (sbi->s_mount_state & EXT4_FC_REPLAY) { in ext4_free_blocks()
5315 sbi->s_mount_state = le16_to_cpu(es->s_state) & ~EXT4_FC_REPLAY; in ext4_block_group_meta_init()6763 ~EXT4_FC_REPLAY); in __ext4_remount()
1204 #define EXT4_FC_REPLAY 0x0020 /* Fast commit replay ongoing */ macro