Searched refs:s_mount_opts (Results 1 – 7 of 7) sorted by relevance
309 (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 &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()[all …]
219 unsigned long s_mount_opts; member
738 if (sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) { in zonefs_seq_file_write_open()
2506 char *s_mount_opts = NULL; in parse_apply_sb_mount_options() local2511 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()2514 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in parse_apply_sb_mount_options()2515 sizeof(sbi->s_es->s_mount_opts), in parse_apply_sb_mount_options()2517 if (!s_mount_opts) in parse_apply_sb_mount_options()2531 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()2540 s_mount_opts); in parse_apply_sb_mount_options()2558 kfree(s_mount_opts); in parse_apply_sb_mount_options()
1404 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)1405 __u8 s_mount_opts[64]; member
983 -#define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)984 - __u8 s_mount_opts[64];
402 - s_mount_opts[64]