Searched refs:s_mount_opts (Results 1 – 4 of 4) sorted by relevance
318 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) { in zonefs_io_error_cb()327 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) { in zonefs_io_error_cb()343 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_io_error_cb()352 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_io_error_cb()938 if (!(sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN)) in zonefs_file_use_exp_open()1158 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()1159 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_RO; in zonefs_parse_options()1162 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()1163 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()1166 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()[all …]
170 unsigned long s_mount_opts; member
4267 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()4268 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local4269 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()4271 if (!s_mount_opts) in ext4_fill_super()4273 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()4277 s_mount_opts); in ext4_fill_super()4279 kfree(s_mount_opts); in ext4_fill_super()5096 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()5097 sbi->s_es->s_mount_opts, in ext4_fill_super()5098 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
1393 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)1394 __u8 s_mount_opts[64]; member