Home
last modified time | relevance | path

Searched refs:nodetoino (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/mtree/
H A Dmisc.c248 nodetoino(u_int type) in nodetoino() function
279 return (inotype(nodetoino(type))); in nodetype()
H A Dmtree.h122 u_int nodetoino(u_int);
H A Dverify.c237 p->st_mode | nodetoino(p->type), in miss()
H A Dspecspec.c61 printf("%s%s %s", path, n->name, inotype(nodetoino(n->type))); in shownode()
H A Dcompare.c210 s->st_mode | nodetoino(s->type), in compare()
/freebsd/usr.sbin/makefs/
H A Dwalk.c433 stbuf.st_mode = nodetoino(curnode->type); in apply_specdir()
477 if (nodetoino(specnode->type) != dirnode->type) in apply_specentry()
479 dir, specnode->name, inode_type(nodetoino(specnode->type)), in apply_specentry()