Searched refs:orig_data (Results 1 – 2 of 2) sorted by relevance
40 static int preprocess_write(u32 orig_data, u32 val, int where, in preprocess_write() argument48 ret = (orig_data & ~(0xff << ((where & 3) << 3))) | in preprocess_write()52 ret = (orig_data & ~(0xffff << ((where & 3) << 3))) | in preprocess_write()
3034 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_fill_super() local3674 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()3679 kfree(orig_data); in ext4_fill_super()3729 kfree(orig_data); in ext4_fill_super()4249 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_remount() local4402 ext4_msg(sb, KERN_INFO, "re-mounted. Opts: %s", orig_data); in ext4_remount()4403 kfree(orig_data); in ext4_remount()4425 kfree(orig_data); in ext4_remount()