Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c6523 unsigned long old_sb_flags; in __ext4_remount() local
6536 old_sb_flags = sb->s_flags; in __ext4_remount()
6760 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) { in __ext4_remount()
6813 if (sb_rdonly(sb) && !(old_sb_flags & SB_RDONLY) && in __ext4_remount()
6818 sb->s_flags = old_sb_flags; in __ext4_remount()
/linux/fs/f2fs/
H A Dsuper.c2766 unsigned long old_sb_flags; in __f2fs_remount() local
2790 old_sb_flags = sb->s_flags; in __f2fs_remount()
3055 sb->s_flags = old_sb_flags; in __f2fs_remount()