Home
last modified time | relevance | path

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

/Linux-v6.6/fs/zonefs/
Dsuper.c307 (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL)) { in zonefs_io_error_cb()
315 (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO)) { in zonefs_io_error_cb()
322 } else if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO && in zonefs_io_error_cb()
334 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_io_error_cb()
342 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_io_error_cb()
494 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
495 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_RO; in zonefs_parse_options()
498 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
499 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()
502 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
[all …]
Dzonefs.h219 unsigned long s_mount_opts; member
Dfile.c726 if (sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) { in zonefs_seq_file_write_open()
/Linux-v6.6/fs/ext4/
Dsuper.c2497 char *s_mount_opts = NULL; in parse_apply_sb_mount_options() local
2502 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()
2505 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in parse_apply_sb_mount_options()
2506 sizeof(sbi->s_es->s_mount_opts), in parse_apply_sb_mount_options()
2508 if (!s_mount_opts) in parse_apply_sb_mount_options()
2522 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()
2531 s_mount_opts); in parse_apply_sb_mount_options()
2549 kfree(s_mount_opts); in parse_apply_sb_mount_options()
Dext4.h1394 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1395 __u8 s_mount_opts[64]; member
/Linux-v6.6/Documentation/filesystems/ext4/
Dsuper.rst402 - s_mount_opts[64]