Lines Matching refs:orig_data
3882 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_fill_super() local
3909 if ((data && !orig_data) || !sbi) in ext4_fill_super()
4995 *sbi->s_es->s_mount_opts ? "; " : "", orig_data, in ext4_fill_super()
5008 kfree(orig_data); in ext4_fill_super()
5097 kfree(orig_data); in ext4_fill_super()
5743 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_remount() local
5749 if (data && !orig_data) in ext4_remount()
5771 kfree(orig_data); in ext4_remount()
6007 orig_data, ext4_quota_mode(sb)); in ext4_remount()
6008 kfree(orig_data); in ext4_remount()
6034 kfree(orig_data); in ext4_remount()