Home
last modified time | relevance | path

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

/linux/fs/zonefs/
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 …]
A Dzonefs.h219 unsigned long s_mount_opts; member
A Dfile.c739 if (sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) { in zonefs_seq_file_write_open()
/linux/fs/qnx6/
A Dinode.c226 unsigned long s_mount_opts; member
246 ctx->s_mount_opts |= QNX6_MOUNT_MMI_FS; in qnx6_parse_param()
312 qs->s_mount_opt = ctx->s_mount_opts; in qnx6_fill_super()
/linux/fs/efs/
A Dsuper.c359 unsigned long s_mount_opts; member
/linux/fs/ext4/
A Dsuper.c2474 char *s_mount_opts = NULL; in parse_apply_sb_mount_options() local
2479 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()
2482 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in parse_apply_sb_mount_options()
2483 sizeof(sbi->s_es->s_mount_opts), in parse_apply_sb_mount_options()
2485 if (!s_mount_opts) in parse_apply_sb_mount_options()
2499 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()
2508 s_mount_opts); in parse_apply_sb_mount_options()
2526 kfree(s_mount_opts); in parse_apply_sb_mount_options()
A Dext4.h1409 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1410 __u8 s_mount_opts[64]; member
/linux/Documentation/filesystems/ext4/
A Dsuper.rst402 - s_mount_opts[64]

Completed in 49 milliseconds