Searched refs:s_mount_opts (Results 1 – 5 of 5) sorted by relevance
428 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) { in zonefs_io_error_cb()437 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) { in zonefs_io_error_cb()453 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_io_error_cb()462 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_io_error_cb()1130 if (sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) { in zonefs_seq_file_write_open()1340 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()1341 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_RO; in zonefs_parse_options()1344 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()1345 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()1348 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()[all …]
173 unsigned long s_mount_opts; member
2421 char *s_mount_opts = NULL; in parse_apply_sb_mount_options() local2426 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()2429 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in parse_apply_sb_mount_options()2430 sizeof(sbi->s_es->s_mount_opts), in parse_apply_sb_mount_options()2432 if (!s_mount_opts) in parse_apply_sb_mount_options()2446 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()2455 s_mount_opts); in parse_apply_sb_mount_options()2473 kfree(s_mount_opts); in parse_apply_sb_mount_options()
1424 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)1425 __u8 s_mount_opts[64]; member
402 - s_mount_opts[64]