Searched refs:unlinkpath (Results 1 – 1 of 1) sorted by relevance
3158 char *unlinkpath; in fuse_do_release() local3160 if (get_path(f, ino, &unlinkpath) == 0) in fuse_do_release()3161 fuse_fs_unlink(f->fs, unlinkpath); in fuse_do_release()3163 free_path(f, ino, unlinkpath); in fuse_do_release()