Lines Matching defs:link
344 * Read symbolic link
424 * Create a symbolic link
431 * @param link the contents of the symbolic link
435 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
472 * Create a hard link
483 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
1324 * lookup, mknod, mkdir, symlink, link
1370 * Reply with the contents of a symbolic link
1376 * @param link symbolic link contents
1379 int fuse_reply_readlink(fuse_req_t req, const char *link);
1692 * symlink(), mknod(), mkdir(), unlink(), rename(), link() or create()