Searched refs:s_mount_opts (Results 1 – 2 of 2) sorted by relevance
3430 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()3431 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local3432 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()3434 if (!s_mount_opts) in ext4_fill_super()3436 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()3440 s_mount_opts); in ext4_fill_super()3442 kfree(s_mount_opts); in ext4_fill_super()4147 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()4148 sbi->s_es->s_mount_opts, in ext4_fill_super()4149 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
1253 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)1254 __u8 s_mount_opts[64]; member