Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c1026 bool remount_ro = false; in reconfigure_super() local
1046 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super()
1049 if (remount_ro) { in reconfigure_super()
1058 remount_ro = !sb_rdonly(sb); in reconfigure_super()
1066 if (remount_ro) { in reconfigure_super()
1105 if (remount_ro && sb->s_bdev) in reconfigure_super()