Home | History | Annotate | Download | only in restore

Lines Matching refs:LINK

102 		type |= LINK;
138 * cleans up link names missed by the first two, and the final
204 * LINK - new links to be added.
231 * Check to see if the name exists, and if the name is a link.
240 lookuptype = LINK;
263 * named file is either a now unneeded link, or it must live
264 * under a new name in this dump level. If it is a link, it
265 * can be removed. If it is not a link, it is given a
270 if (lookuptype == LINK) {
310 * this file is either a now unneeded link, or it must live
311 * under a new name in this dump level. If it is a link, it
312 * can simply be removed. If it is not a link, it is given a
319 if (lookuptype == LINK) {
348 * link to the file. Hard links to directories are not
369 "deleted hard link %s to directory %s\n",
373 ep = addentry(name, ino, type|LINK);
375 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
380 * A previously known file which is to be updated. If it is a link,
385 if (lookuptype == LINK) {
388 ep = addentry(name, ino, type|LINK);
392 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
396 if (type == LEAF && lookuptype != LINK)
447 * A hard link to a diirectory that has been removed.
513 * Find unreferenced link names.