Home
last modified time | relevance | path

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

/fs/jffs2/
Dcompr.c80 unsigned char *output_buf = NULL, *tmp_buf; in jffs2_compress() local
139 tmp_buf = kmalloc(orig_slen, GFP_KERNEL); in jffs2_compress()
141 if (!tmp_buf) { in jffs2_compress()
146 this->compr_buf = tmp_buf; in jffs2_compress()
/fs/cifs/
Dreaddir.c995 char *tmp_buf = NULL; in cifs_readdir() local
1075 tmp_buf = kmalloc((2 * NAME_MAX) + 4, GFP_KERNEL); in cifs_readdir()
1086 filldir, direntry, tmp_buf, max_len); in cifs_readdir()
1096 file->f_pos, tmp_buf)); in cifs_readdir()
1104 kfree(tmp_buf); in cifs_readdir()
/fs/
Dcompat_ioctl.c478 char tmp_buf[IFNAMSIZ]; in siocdevprivate_ioctl() local
482 if (copy_from_user(&tmp_buf[0], &(u_ifreq32->ifr_ifrn.ifrn_name[0]), in siocdevprivate_ioctl()
494 if (copy_to_user(&u_ifreq64->ifr_ifrn.ifrn_name[0], &tmp_buf[0], in siocdevprivate_ioctl()