Home
last modified time | relevance | path

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

/Linux-v6.6/fs/zonefs/
Dzonefs.h206 #define ZONEFS_MNTOPT_ERRORS_ZRO (1 << 1) /* Make zone file offline */ macro
210 (ZONEFS_MNTOPT_ERRORS_RO | ZONEFS_MNTOPT_ERRORS_ZRO | \
Dsuper.c315 (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO)) { in zonefs_io_error_cb()
499 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()
526 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) in zonefs_show_options()