Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dsuper.c1148 unsigned long old_sb_flags; in nilfs_remount() local
1153 old_sb_flags = sb->s_flags; in nilfs_remount()
1218 sb->s_flags = old_sb_flags; in nilfs_remount()
/linux-4.19.296/fs/f2fs/
Dsuper.c1430 unsigned long old_sb_flags; in f2fs_remount() local
1444 old_sb_flags = sb->s_flags; in f2fs_remount()
1582 sb->s_flags = old_sb_flags; in f2fs_remount()
/linux-4.19.296/fs/ext4/
Dsuper.c5266 unsigned long old_sb_flags, vfs_flags; in ext4_remount() local
5282 old_sb_flags = sb->s_flags; in ext4_remount()
5498 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) { in ext4_remount()
5537 if ((sb->s_flags & SB_RDONLY) && !(old_sb_flags & SB_RDONLY) && in ext4_remount()
5540 sb->s_flags = old_sb_flags; in ext4_remount()