Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/zonefs/
H A Dsuper.c380 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) { in zonefs_io_error_cb()
389 sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) { in zonefs_io_error_cb()
405 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN) && in zonefs_io_error_cb()
414 if ((sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) && !sb_rdonly(sb)) { in zonefs_io_error_cb()
1066 if (!(sbi->s_mount_opts & ZONEFS_MNTOPT_EXPLICIT_OPEN)) in zonefs_file_use_exp_open()
1286 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
1287 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_RO; in zonefs_parse_options()
1290 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
1291 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZRO; in zonefs_parse_options()
1294 sbi->s_mount_opts &= ~ZONEFS_MNTOPT_ERRORS_MASK; in zonefs_parse_options()
[all …]
H A Dzonefs.h170 unsigned long s_mount_opts; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c4293 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()
4294 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local
4295 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
4297 if (!s_mount_opts) in ext4_fill_super()
4299 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()
4303 s_mount_opts); in ext4_fill_super()
4305 kfree(s_mount_opts); in ext4_fill_super()
5116 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
5117 sbi->s_es->s_mount_opts, in ext4_fill_super()
5118 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
H A Dext4.h1393 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1394 __u8 s_mount_opts[64]; member