Lines Matching refs:orig_data
3497 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_fill_super() local
3519 if ((data && !orig_data) || !sbi) in ext4_fill_super()
4462 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
4472 kfree(orig_data); in ext4_fill_super()
4541 kfree(orig_data); in ext4_fill_super()
5107 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_remount() local
5109 if (data && !orig_data) in ext4_remount()
5130 kfree(orig_data); in ext4_remount()
5339 ext4_msg(sb, KERN_INFO, "re-mounted. Opts: %s", orig_data); in ext4_remount()
5340 kfree(orig_data); in ext4_remount()
5359 kfree(orig_data); in ext4_remount()