Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c6591 unsigned long old_sb_flags; in __ext4_remount() local
6604 old_sb_flags = sb->s_flags; in __ext4_remount()
6828 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) { in __ext4_remount()
6881 if (sb_rdonly(sb) && !(old_sb_flags & SB_RDONLY) && in __ext4_remount()
6886 sb->s_flags = old_sb_flags; in __ext4_remount()