Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dsuper.c908 bool remount_ro = false; in reconfigure_super() local
927 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super()
930 if (remount_ro) { in reconfigure_super()
939 remount_ro = !sb_rdonly(sb); in reconfigure_super()
947 if (remount_ro) { in reconfigure_super()
991 if (remount_ro && sb->s_bdev) in reconfigure_super()
/kernel/linux/linux-6.6/fs/
H A Dsuper.c1083 bool remount_ro = false; in reconfigure_super() local
1103 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super()
1106 if (remount_ro) { in reconfigure_super()
1115 remount_ro = !sb_rdonly(sb); in reconfigure_super()
1123 if (remount_ro) { in reconfigure_super()
1162 if (remount_ro && sb->s_bdev) in reconfigure_super()

Completed in 5 milliseconds