Searched refs:ZONEFS_MNTOPT_ERRORS_RO (Results 1 – 2 of 2) sorted by relevance
205 #define ZONEFS_MNTOPT_ERRORS_RO (1 << 0) /* Make zone file readonly */ macro210 (ZONEFS_MNTOPT_ERRORS_RO | ZONEFS_MNTOPT_ERRORS_ZRO | \
325 } else if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO && in zonefs_handle_io_error()345 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_handle_io_error()482 {"remount-ro", ZONEFS_MNTOPT_ERRORS_RO},524 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) in zonefs_show_options()1403 ctx->s_mount_opts = ZONEFS_MNTOPT_ERRORS_RO; in zonefs_init_fs_context()