Searched refs:s_mount_opts (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/zonefs/ |
| A D | super.c | 343 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() 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() 1232 sbi->s_mount_opts |= ZONEFS_MNTOPT_ERRORS_ZOL; in zonefs_parse_options() 1253 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_RO) in zonefs_show_options() 1255 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZRO) in zonefs_show_options() 1257 if (sbi->s_mount_opts & ZONEFS_MNTOPT_ERRORS_ZOL) in zonefs_show_options() [all …]
|
| A D | zonefs.h | 169 unsigned long s_mount_opts; member
|
| /linux/fs/ext4/ |
| A D | super.c | 4149 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super() 4150 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local 4151 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super() 4153 if (!s_mount_opts) in ext4_fill_super() 4155 if (!parse_options(s_mount_opts, sb, &parsed_opts, 0)) { in ext4_fill_super() 4158 s_mount_opts); in ext4_fill_super() 4160 kfree(s_mount_opts); in ext4_fill_super() 4993 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super() 4994 sbi->s_es->s_mount_opts, in ext4_fill_super() 4995 *sbi->s_es->s_mount_opts ? "; " : "", orig_data, in ext4_fill_super()
|
| A D | ext4.h | 1409 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts) 1410 __u8 s_mount_opts[64]; member
|
Completed in 33 milliseconds