Searched refs:SB_FREEZE_COMPLETE (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/
H A Dsuper.c1285 * freezing. Then we transition to SB_FREEZE_COMPLETE state. This state is
1308 sb->s_writers.frozen = SB_FREEZE_COMPLETE; freeze_super()
1351 * sees write activity when frozen is set to SB_FREEZE_COMPLETE. freeze_super()
1353 sb->s_writers.frozen = SB_FREEZE_COMPLETE; freeze_super()
/linux-4.1.27/fs/ext4/
H A Dext4_jbd2.c48 WARN_ON(sb->s_writers.frozen == SB_FREEZE_COMPLETE); ext4_journal_check_start()
/linux-4.1.27/fs/xfs/
H A Dxfs_mount.c1074 if (!xfs_fs_writable(mp, SB_FREEZE_COMPLETE)) xfs_log_sbcount()
H A Dxfs_trans.c78 WARN_ON(mp->m_super->s_writers.frozen == SB_FREEZE_COMPLETE); _xfs_trans_alloc()
/linux-4.1.27/include/linux/
H A Dfs.h1259 SB_FREEZE_COMPLETE = 4, /* ->freeze_fs finished successfully */ enumerator in enum:__anon11683
1262 #define SB_FREEZE_LEVELS (SB_FREEZE_COMPLETE - 1)

Completed in 152 milliseconds