Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dsuper.c1135 unsigned long old_sb_flags; in nilfs_remount() local
1140 old_sb_flags = sb->s_flags; in nilfs_remount()
1209 sb->s_flags = old_sb_flags; in nilfs_remount()
/linux-4.4.14/fs/ext2/
Dsuper.c1278 unsigned long old_sb_flags; in ext2_remount() local
1285 old_sb_flags = sb->s_flags; in ext2_remount()
1364 sb->s_flags = old_sb_flags; in ext2_remount()
/linux-4.4.14/fs/ext4/
Dsuper.c4554 unsigned long old_sb_flags; in ext4_remount() local
4566 old_sb_flags = sb->s_flags; in ext4_remount()
4751 if (sbi->s_journal == NULL && !(old_sb_flags & MS_RDONLY)) in ext4_remount()
4775 sb->s_flags = old_sb_flags; in ext4_remount()