Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ext4/
Dsuper.c6421 unsigned long old_sb_flags; in __ext4_remount() local
6434 old_sb_flags = sb->s_flags; in __ext4_remount()
6654 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) { in __ext4_remount()
6699 if (sb_rdonly(sb) && !(old_sb_flags & SB_RDONLY) && in __ext4_remount()
6704 sb->s_flags = old_sb_flags; in __ext4_remount()
/linux-6.12.1/fs/f2fs/
Dsuper.c2276 unsigned long old_sb_flags; in f2fs_remount() local
2298 old_sb_flags = sb->s_flags; in f2fs_remount()
2562 sb->s_flags = old_sb_flags; in f2fs_remount()