Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dzonefs.h205 #define ZONEFS_MNTOPT_ERRORS_RO (1 << 0) /* Make zone file readonly */ macro
210 (ZONEFS_MNTOPT_ERRORS_RO | ZONEFS_MNTOPT_ERRORS_ZRO | \
H A Dsuper.c325 } 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()