Searched refs:s_mount_opts (Results 1 – 2 of 2) sorted by relevance
3671 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()3672 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local3673 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()3675 if (!s_mount_opts) in ext4_fill_super()3677 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()3681 s_mount_opts); in ext4_fill_super()3683 kfree(s_mount_opts); in ext4_fill_super()4460 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()4461 sbi->s_es->s_mount_opts, in ext4_fill_super()4462 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
1301 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)1302 __u8 s_mount_opts[64]; member