Lines Matching defs:tbuf
894 u8 *tbuf;899 tbuf = kmemdup(buf, len, GFP_KERNEL);900 if (!tbuf)903 ds_write_block(dev, tbuf, len);905 kfree(tbuf);912 u8 *tbuf;917 tbuf = kmalloc(len, GFP_KERNEL);918 if (!tbuf)921 err = ds_read_block(dev, tbuf, len);923 memcpy(buf, tbuf, len);925 kfree(tbuf);