Lines Matching refs:local_buf
72 char *local_buf;
180 local_buf = small_buf;
182 local_buf = kmalloc(d_reclen,
184 if (!local_buf) {
190 kfree(local_buf);
197 * temporary buffer (local_buf) because
202 memcpy(local_buf, d_name, d_reclen);
210 (ctx, local_buf, d_reclen, d_ino,
213 if (local_buf != small_buf) {
214 kfree(local_buf);
219 if (local_buf != small_buf) {
220 kfree(local_buf);