Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/mtree/
HDmisc.c248 nodetoino(u_int type) in nodetoino() function
279 return (inotype(nodetoino(type))); in nodetype()
HDmtree.h122 u_int nodetoino(u_int);
HDverify.c237 p->st_mode | nodetoino(p->type), in miss()
HDspecspec.c61 printf("%s%s %s", path, n->name, inotype(nodetoino(n->type))); in shownode()
HDcompare.c210 s->st_mode | nodetoino(s->type), in compare()
/freebsd-14-stable/usr.sbin/makefs/
HDwalk.c435 stbuf.st_mode = nodetoino(curnode->type); in apply_specdir()
479 if (nodetoino(specnode->type) != dirnode->type) in apply_specentry()
481 dir, specnode->name, inode_type(nodetoino(specnode->type)), in apply_specentry()