Lines Matching defs:link
249 * Read symbolic link
319 * Create a symbolic link
326 * @param link the contents of the symbolic link
330 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
348 * Create a hard link
359 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
871 * lookup, mknod, mkdir, symlink, link
911 * Reply with the contents of a symbolic link
917 * @param link symbolic link contents
920 int fuse_reply_readlink(fuse_req_t req, const char *link);