Lines Matching refs:tbuf
871 u8 *tbuf;876 tbuf = kmemdup(buf, len, GFP_KERNEL);877 if (!tbuf)880 ds_write_block(dev, tbuf, len);882 kfree(tbuf);889 u8 *tbuf;894 tbuf = kmalloc(len, GFP_KERNEL);895 if (!tbuf)898 err = ds_read_block(dev, tbuf, len);900 memcpy(buf, tbuf, len);902 kfree(tbuf);