Home
last modified time | relevance | path

Searched refs:s_mount_opts (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/fs/zonefs/
H A Dsuper.c309 (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL)) { in zonefs_handle_io_error()
317 (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO)) { in zonefs_handle_io_error()
324 } else if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO && in zonefs_handle_io_error()
336 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_handle_io_error()
344 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_handle_io_error()
504 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 in zonefs_parse_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()
/kernel/linux/linux-5.10/fs/zonefs/
H A Dsuper.c380 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) { in zonefs_io_error_cb()
389 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) { in zonefs_io_error_cb()
397 } else if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO && in zonefs_io_error_cb()
409 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_io_error_cb()
418 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_io_error_cb()
1088 if (!(sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN)) in zonefs_file_use_exp_open()
1308 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
1309 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_RO; in zonefs_parse_options()
1312 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
1313 sbi->s_mount_opts | in zonefs_parse_options()
[all...]
H A Dzonefs.h170 unsigned long s_mount_opts; member
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c4265 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()
4266 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local
4267 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
4269 if (!s_mount_opts) in ext4_fill_super()
4271 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()
4275 s_mount_opts); in ext4_fill_super()
4277 kfree(s_mount_opts); in ext4_fill_super()
5110 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
5111 sbi->s_es->s_mount_opts, in ext4_fill_super()
[all...]
H A Dext4.h1395 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1396 __u8 s_mount_opts[64]; member
/kernel/linux/linux-6.6/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()
2737 /* Also make sure s_mount_opts did in ext4_check_test_dummy_encryption()
[all...]
H A Dext4.h1394 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1395 __u8 s_mount_opts[64]; member

Completed in 31 milliseconds