Home
last modified time | relevance | path

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

/linux-6.15/fs/zonefs/
H A Dsuper.c478 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()
526 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) in zonefs_show_options()
528 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) in zonefs_show_options()
530 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_REPAIR) in zonefs_show_options()
1276 sbi->s_mount_opts = ctx->s_mount_opts; in zonefs_fill_super()
1381 sbi->s_mount_opts = ctx->s_mount_opts; in zonefs_reconfigure()
[all …]
H A Dzonefs.h219 unsigned long s_mount_opts; member
H A Dfile.c739 if (sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) { in zonefs_seq_file_write_open()
/linux-6.15/fs/qnx6/
H A Dinode.c223 unsigned long s_mount_opts; member
243 ctx->s_mount_opts |= QNX6_MOUNT_MMI_FS; in qnx6_parse_param()
309 qs->s_mount_opt = ctx->s_mount_opts; in qnx6_fill_super()
/linux-6.15/fs/ext4/
H A Dsuper.c2465 char *s_mount_opts = NULL; in parse_apply_sb_mount_options() local
2470 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()
2473 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in parse_apply_sb_mount_options()
2474 sizeof(sbi->s_es->s_mount_opts), in parse_apply_sb_mount_options()
2476 if (!s_mount_opts) in parse_apply_sb_mount_options()
2490 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()
2499 s_mount_opts); in parse_apply_sb_mount_options()
2517 kfree(s_mount_opts); in parse_apply_sb_mount_options()
H A Dext4.h1412 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1413 __u8 s_mount_opts[64]; member
/linux-6.15/Documentation/filesystems/ext4/
H A Dsuper.rst406 - s_mount_opts[64]