Home
last modified time | relevance | path

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

/Linux-v5.15/fs/zonefs/
Dzonefs.h156 #define ZONEFS_MNTOPT_ERRORS_ZRO (1 << 1) /* Make zone file offline */ macro
160 (ZONEFS_MNTOPT_ERRORS_RO | ZONEFS_MNTOPT_ERRORS_ZRO | \
Dsuper.c352 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) { in zonefs_io_error_cb()
1228 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()
1255 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) in zonefs_show_options()