Searched refs:old_sb_flags (Results 1 – 3 of 3) sorted by relevance
1110 unsigned long old_sb_flags; in nilfs_remount() local1115 old_sb_flags = sb->s_flags; in nilfs_remount()1182 sb->s_flags = old_sb_flags; in nilfs_remount()
2125 unsigned long old_sb_flags; in f2fs_remount() local2148 old_sb_flags = sb->s_flags; in f2fs_remount()2387 sb->s_flags = old_sb_flags; in f2fs_remount()
5734 unsigned long old_sb_flags, vfs_flags; in ext4_remount() local5753 old_sb_flags = sb->s_flags; in ext4_remount()5973 if (sbi->s_journal == NULL && !(old_sb_flags & SB_RDONLY)) { in ext4_remount()6012 sb->s_flags = old_sb_flags; in ext4_remount()
Completed in 22 milliseconds