Home
last modified time | relevance | path

Searched defs:hlink (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/bin/cpdup/
H A Dcpdup.c87 struct hlink { struct
91 struct hlink *next; argument
92 struct hlink *prev; argument
104 static struct hlink *hltable[HLSIZE]; argument
/dflybsd-src/sbin/newfs/
H A Dfscopy.c91 fshardpath(fsnode_t hlink, fsnode_t node) in fshardpath()