Lines Matching defs:newpath

47 	char *newpath;
60 newpath = malloc(newpathlen + 1);
61 if (!newpath)
65 p = newpath;
80 int dp = p - newpath;
81 tmp = realloc(newpath, newpathlen + 1);
88 newpath = tmp;
93 *newpathp = newpath;
99 free(newpath);
107 char *newpath;
108 int err = iconv_convpath(ic, path, &newpath, 0);
110 err = fuse_fs_getattr(ic->next, newpath, stbuf, fi);
111 free(newpath);
119 char *newpath;
120 int err = iconv_convpath(ic, path, &newpath, 0);
122 err = fuse_fs_access(ic->next, newpath, mask);
123 free(newpath);
131 char *newpath;
132 int err = iconv_convpath(ic, path, &newpath, 0);
134 err = fuse_fs_readlink(ic->next, newpath, buf, size);
144 free(newpath);
152 char *newpath;
153 int err = iconv_convpath(ic, path, &newpath, 0);
155 err = fuse_fs_opendir(ic->next, newpath, fi);
156 free(newpath);
180 char *newpath;
181 int err = iconv_convpath(ic, path, &newpath, 0);
187 err = fuse_fs_readdir(ic->next, newpath, &dh, iconv_dir_fill,
189 free(newpath);
197 char *newpath;
198 int err = iconv_convpath(ic, path, &newpath, 0);
200 err = fuse_fs_releasedir(ic->next, newpath, fi);
201 free(newpath);
209 char *newpath;
210 int err = iconv_convpath(ic, path, &newpath, 0);
212 err = fuse_fs_mknod(ic->next, newpath, mode, rdev);
213 free(newpath);
221 char *newpath;
222 int err = iconv_convpath(ic, path, &newpath, 0);
224 err = fuse_fs_mkdir(ic->next, newpath, mode);
225 free(newpath);
233 char *newpath;
234 int err = iconv_convpath(ic, path, &newpath, 0);
236 err = fuse_fs_unlink(ic->next, newpath);
237 free(newpath);
245 char *newpath;
246 int err = iconv_convpath(ic, path, &newpath, 0);
248 err = fuse_fs_rmdir(ic->next, newpath);
249 free(newpath);
309 char *newpath;
310 int err = iconv_convpath(ic, path, &newpath, 0);
312 err = fuse_fs_chmod(ic->next, newpath, mode, fi);
313 free(newpath);
322 char *newpath;
323 int err = iconv_convpath(ic, path, &newpath, 0);
325 err = fuse_fs_chown(ic->next, newpath, uid, gid, fi);
326 free(newpath);
335 char *newpath;
336 int err = iconv_convpath(ic, path, &newpath, 0);
338 err = fuse_fs_truncate(ic->next, newpath, size, fi);
339 free(newpath);
348 char *newpath;
349 int err = iconv_convpath(ic, path, &newpath, 0);
351 err = fuse_fs_utimens(ic->next, newpath, ts, fi);
352 free(newpath);
361 char *newpath;
362 int err = iconv_convpath(ic, path, &newpath, 0);
364 err = fuse_fs_create(ic->next, newpath, mode, fi);
365 free(newpath);
373 char *newpath;
374 int err = iconv_convpath(ic, path, &newpath, 0);
376 err = fuse_fs_open(ic->next, newpath, fi);
377 free(newpath);
386 char *newpath;
387 int err = iconv_convpath(ic, path, &newpath, 0);
389 err = fuse_fs_read_buf(ic->next, newpath, bufp, size, offset, fi);
390 free(newpath);
399 char *newpath;
400 int err = iconv_convpath(ic, path, &newpath, 0);
402 err = fuse_fs_write_buf(ic->next, newpath, buf, offset, fi);
403 free(newpath);
411 char *newpath;
412 int err = iconv_convpath(ic, path, &newpath, 0);
414 err = fuse_fs_statfs(ic->next, newpath, stbuf);
415 free(newpath);
423 char *newpath;
424 int err = iconv_convpath(ic, path, &newpath, 0);
426 err = fuse_fs_flush(ic->next, newpath, fi);
427 free(newpath);
435 char *newpath;
436 int err = iconv_convpath(ic, path, &newpath, 0);
438 err = fuse_fs_release(ic->next, newpath, fi);
439 free(newpath);
448 char *newpath;
449 int err = iconv_convpath(ic, path, &newpath, 0);
451 err = fuse_fs_fsync(ic->next, newpath, isdatasync, fi);
452 free(newpath);
461 char *newpath;
462 int err = iconv_convpath(ic, path, &newpath, 0);
464 err = fuse_fs_fsyncdir(ic->next, newpath, isdatasync, fi);
465 free(newpath);
474 char *newpath;
475 int err = iconv_convpath(ic, path, &newpath, 0);
477 err = fuse_fs_setxattr(ic->next, newpath, name, value, size,
479 free(newpath);
488 char *newpath;
489 int err = iconv_convpath(ic, path, &newpath, 0);
491 err = fuse_fs_getxattr(ic->next, newpath, name, value, size);
492 free(newpath);
500 char *newpath;
501 int err = iconv_convpath(ic, path, &newpath, 0);
503 err = fuse_fs_listxattr(ic->next, newpath, list, size);
504 free(newpath);
512 char *newpath;
513 int err = iconv_convpath(ic, path, &newpath, 0);
515 err = fuse_fs_removexattr(ic->next, newpath, name);
516 free(newpath);
525 char *newpath;
526 int err = iconv_convpath(ic, path, &newpath, 0);
528 err = fuse_fs_lock(ic->next, newpath, fi, cmd, lock);
529 free(newpath);
537 char *newpath;
538 int err = iconv_convpath(ic, path, &newpath, 0);
540 err = fuse_fs_flock(ic->next, newpath, fi, op);
541 free(newpath);
549 char *newpath;
550 int err = iconv_convpath(ic, path, &newpath, 0);
552 err = fuse_fs_bmap(ic->next, newpath, blocksize, idx);
553 free(newpath);
562 char *newpath;
563 int res = iconv_convpath(ic, path, &newpath, 0);
565 res = fuse_fs_lseek(ic->next, newpath, off, whence, fi);
566 free(newpath);