Home
last modified time | relevance | path

Searched refs:orig_data (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/mips/pci/
Dops-bcm63xx.c40 static int preprocess_write(u32 orig_data, u32 val, int where, in preprocess_write() argument
48 ret = (orig_data & ~(0xff << ((where & 3) << 3))) | in preprocess_write()
52 ret = (orig_data & ~(0xffff << ((where & 3) << 3))) | in preprocess_write()
/linux-3.4.99/fs/ext4/
Dsuper.c3076 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_fill_super() local
3806 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
3811 kfree(orig_data); in ext4_fill_super()
3867 kfree(orig_data); in ext4_fill_super()
4379 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_remount() local
4550 ext4_msg(sb, KERN_INFO, "re-mounted. Opts: %s", orig_data); in ext4_remount()
4551 kfree(orig_data); in ext4_remount()
4573 kfree(orig_data); in ext4_remount()
/linux-3.4.99/arch/x86/kvm/
Demulate.c1114 const void *orig_data, const void *data, in segmented_cmpxchg() argument
1123 return ctxt->ops->cmpxchg_emulated(ctxt, linear, orig_data, data, in segmented_cmpxchg()