Searched refs:fuse_fs_link (Results 1 – 3 of 3) sorted by relevance
67 int fuse_fs_link(struct fuse_fs* fs, const char* oldpath, const char* newpath);
329 fuse_fs_link(struct fuse_fs* fs, const char* oldpath, const char* newpath) { in fuse_fs_link() function
728 ret = fuse_fs_link(fuse->fs, PNPATH(pn), PCNPATH(pcn)); in puffs_fuse_node_link()