Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsuper.c1143 unsigned long old_sb_flags; in nilfs_remount() local
1148 old_sb_flags = sb->s_flags; in nilfs_remount()
1213 sb->s_flags = old_sb_flags; in nilfs_remount()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsuper.c1144 unsigned long old_sb_flags; in nilfs_remount() local
1149 old_sb_flags = sb->s_flags; in nilfs_remount()
1214 sb->s_flags = old_sb_flags; in nilfs_remount()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c1869 unsigned long old_sb_flags; in f2fs_remount() local
1887 old_sb_flags = sb->s_flags; in f2fs_remount()
2057 sb->s_flags = old_sb_flags; in f2fs_remount()
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c5842 unsigned long old_sb_flags, vfs_flags; in ext4_remount() local
5858 old_sb_flags = sb->s_flags; in ext4_remount()
6066 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) { in ext4_remount()
6120 if ((sb->s_flags & SB_RDONLY) && !(old_sb_flags & SB_RDONLY) && in ext4_remount()
6123 sb->s_flags = old_sb_flags; in ext4_remount()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c6442 unsigned long old_sb_flags; in __ext4_remount() local
6455 old_sb_flags = sb->s_flags; in __ext4_remount()
6666 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) { in __ext4_remount()
6711 if (sb_rdonly(sb) && !(old_sb_flags & SB_RDONLY) && in __ext4_remount()
6716 sb->s_flags = old_sb_flags; in __ext4_remount()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c2325 unsigned long old_sb_flags; in f2fs_remount() local
2348 old_sb_flags = sb->s_flags; in f2fs_remount()
2602 sb->s_flags = old_sb_flags; in f2fs_remount()

Completed in 28 milliseconds