Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/fs/ext4/
Dsuper.c3034 char *orig_data = kstrdup(data, GFP_KERNEL); in ext4_fill_super() local
3674 *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() local
4402 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()