Home
last modified time | relevance | path

Searched refs:s_mount_opts (Results 1 – 4 of 4) sorted by relevance

/linux/fs/zonefs/
H A Dsuper.c310 (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL)) { in zonefs_handle_io_error()
318 (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO)) { in zonefs_handle_io_error()
325 } else if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO && in zonefs_handle_io_error()
337 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_handle_io_error()
345 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_handle_io_error()
478 unsigned long s_mount_opts; member
507 ctx->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_param()
508 ctx->s_mount_opts |= result.uint_32; in zonefs_parse_param()
511 ctx->s_mount_opts |= ZONEFS_MNTOPT_EXPLICIT_OPEN; in zonefs_parse_param()
524 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) in zonefs_show_options()
[all …]
H A Dzonefs.h219 unsigned long s_mount_opts; member
/linux/fs/ext4/
H A Dsuper.c2532 char s_mount_opts[64]; in parse_apply_sb_mount_options() local
2537 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()
2540 if (strscpy_pad(s_mount_opts, sbi->s_es->s_mount_opts) < 0) in parse_apply_sb_mount_options()
2554 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()
2563 s_mount_opts); in parse_apply_sb_mount_options()
H A Dext4.h1474 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1475 __u8 s_mount_opts[64]; member