Lines Matching refs:orig_data
4030 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_fill_super() local
4053 if ((data && !orig_data) || !sbi) in ext4_fill_super()
5118 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
5130 kfree(orig_data); in ext4_fill_super()
5213 kfree(orig_data); in ext4_fill_super()
5807 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_remount() local
5809 if (data && !orig_data) in ext4_remount()
5831 kfree(orig_data); in ext4_remount()
6061 ext4_msg(sb, KERN_INFO, "re-mounted. Opts: %s", orig_data); in ext4_remount()
6062 kfree(orig_data); in ext4_remount()
6088 kfree(orig_data); in ext4_remount()