Searched refs:s_mount_opts (Results 1 – 8 of 8) sorted by relevance
478 unsigned long s_mount_opts; member507 ctx->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_param()508 ctx->s_mount_opts |= result.uint_32; in zonefs_parse_param()511 ctx->s_mount_opts |= ZONEFS_MNTOPT_EXPLICIT_OPEN; in zonefs_parse_param()524 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) in zonefs_show_options()526 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) in zonefs_show_options()528 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) in zonefs_show_options()530 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_REPAIR) in zonefs_show_options()1276 sbi->s_mount_opts = ctx->s_mount_opts; in zonefs_fill_super()1381 sbi->s_mount_opts = ctx->s_mount_opts; in zonefs_reconfigure()[all …]
219 unsigned long s_mount_opts; member
739 if (sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) { in zonefs_seq_file_write_open()
226 unsigned long s_mount_opts; member246 ctx->s_mount_opts |= QNX6_MOUNT_MMI_FS; in qnx6_parse_param()312 qs->s_mount_opt = ctx->s_mount_opts; in qnx6_fill_super()
359 unsigned long s_mount_opts; member
2474 char *s_mount_opts = NULL; in parse_apply_sb_mount_options() local2479 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()2482 s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in parse_apply_sb_mount_options()2483 sizeof(sbi->s_es->s_mount_opts), in parse_apply_sb_mount_options()2485 if (!s_mount_opts) in parse_apply_sb_mount_options()2499 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()2508 s_mount_opts); in parse_apply_sb_mount_options()2526 kfree(s_mount_opts); in parse_apply_sb_mount_options()
1409 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)1410 __u8 s_mount_opts[64]; member
402 - s_mount_opts[64]
Completed in 49 milliseconds