Home
last modified time | relevance | path

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

/openbmc/linux/fs/zonefs/
H A Dsuper.c504 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
505 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_RO; in zonefs_parse_options()
508 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
509 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()
512 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
513 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZOL; in zonefs_parse_options()
516 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
534 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) in zonefs_show_options()
536 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) in zonefs_show_options()
538 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) in zonefs_show_options()
[all …]
H A Dzonefs.h219 unsigned long s_mount_opts; member
H A Dfile.c738 if (sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) { in zonefs_seq_file_write_open()
/openbmc/linux/fs/ext4/
H A Dsuper.c2498 char *s_mount_opts = NULL; in parse_apply_sb_mount_options() local
2503 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()
2506 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in parse_apply_sb_mount_options()
2507 sizeof(sbi->s_es->s_mount_opts), in parse_apply_sb_mount_options()
2509 if (!s_mount_opts) in parse_apply_sb_mount_options()
2523 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()
2532 s_mount_opts); in parse_apply_sb_mount_options()
2550 kfree(s_mount_opts); in parse_apply_sb_mount_options()
H A Dext4.h1394 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1395 __u8 s_mount_opts[64]; member
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst402 - s_mount_opts[64]