Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dsuper.c908 bool remount_ro = false; in reconfigure_super() local
926 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super()
929 if (remount_ro) { in reconfigure_super()
938 remount_ro = !sb_rdonly(sb); in reconfigure_super()
946 if (remount_ro) { in reconfigure_super()
982 if (remount_ro && sb->s_bdev) in reconfigure_super()