ZONEFS_MNTOPT_ERRORS_RO
ctx->s_mount_opts = ZONEFS_MNTOPT_ERRORS_RO;
} else if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO &&
if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) {
{"remount-ro", ZONEFS_MNTOPT_ERRORS_RO},
if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO)
(ZONEFS_MNTOPT_ERRORS_RO | ZONEFS_MNTOPT_ERRORS_ZRO | \