Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dsuper.c1132 unsigned long old_sb_flags; in nilfs_remount() local
1137 old_sb_flags = sb->s_flags; in nilfs_remount()
1206 sb->s_flags = old_sb_flags; in nilfs_remount()
/linux-4.1.27/fs/ext2/
Dsuper.c1272 unsigned long old_sb_flags; in ext2_remount() local
1279 old_sb_flags = sb->s_flags; in ext2_remount()
1358 sb->s_flags = old_sb_flags; in ext2_remount()
/linux-4.1.27/fs/ext3/
Dsuper.c2649 unsigned long old_sb_flags; in ext3_remount() local
2660 old_sb_flags = sb->s_flags; in ext3_remount()
2778 sb->s_flags = old_sb_flags; in ext3_remount()
/linux-4.1.27/fs/ext4/
Dsuper.c4886 unsigned long old_sb_flags; in ext4_remount() local
4898 old_sb_flags = sb->s_flags; in ext4_remount()
5085 if (sbi->s_journal == NULL && !(old_sb_flags & MS_RDONLY)) in ext4_remount()
5110 sb->s_flags = old_sb_flags; in ext4_remount()