Home
last modified time | relevance | path

Searched refs:inodetype (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/restore/
H A Dinteractive.c139 if (inodetype(ino) == LEAF) { in runcmdshell()
611 if (inodetype(dp->d_ino) == NODE) in mkentry()
735 if (inodetype(dp->d_ino) == NODE) in glob_stat()
H A Dextern.h60 int inodetype(ufs1_ino_t);
H A Ddirs.c676 inodetype(ufs1_ino_t ino) in inodetype() function