Lines Matching refs:orig_data
3618 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_fill_super() local
3640 if ((data && !orig_data) || !sbi) in ext4_fill_super()
4622 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
4632 kfree(orig_data); in ext4_fill_super()
4705 kfree(orig_data); in ext4_fill_super()
5272 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_remount() local
5274 if (data && !orig_data) in ext4_remount()
5296 kfree(orig_data); in ext4_remount()
5507 ext4_msg(sb, KERN_INFO, "re-mounted. Opts: %s", orig_data); in ext4_remount()
5508 kfree(orig_data); in ext4_remount()
5530 kfree(orig_data); in ext4_remount()