Home
last modified time | relevance | path

Searched refs:s_mount_opts (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/zonefs/
Dsuper.c343 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) { in zonefs_io_error_cb()
352 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) { in zonefs_io_error_cb()
368 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_io_error_cb()
377 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_io_error_cb()
1008 if (!(sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN)) in zonefs_file_use_exp_open()
1223 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
1224 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_RO; in zonefs_parse_options()
1227 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
1228 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()
1231 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
[all …]
Dzonefs.h169 unsigned long s_mount_opts; member
/Linux-v5.15/fs/ext4/
Dsuper.c4143 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()
4144 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local
4145 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
4147 if (!s_mount_opts) in ext4_fill_super()
4149 if (!parse_options(s_mount_opts, sb, &parsed_opts, 0)) { in ext4_fill_super()
4152 s_mount_opts); in ext4_fill_super()
4154 kfree(s_mount_opts); in ext4_fill_super()
4987 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
4988 sbi->s_es->s_mount_opts, in ext4_fill_super()
4989 *sbi->s_es->s_mount_opts ? "; " : "", orig_data, in ext4_fill_super()
Dext4.h1408 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1409 __u8 s_mount_opts[64]; member