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

/freebsd-10.0-release/contrib/mtree/
H A Dmtree.h122 u_int nodetoino(u_int);
H A Dmisc.c248 nodetoino(u_int type) function
279 return (inotype(nodetoino(type)));
H A Dverify.c235 p->st_mode | nodetoino(p->type),
H A Dspecspec.c61 printf("%s%s %s", path, n->name, inotype(nodetoino(n->type)));
H A Dcompare.c210 s->st_mode | nodetoino(s->type),
/freebsd-10.0-release/usr.sbin/makefs/
H A Dwalk.c420 stbuf.st_mode = nodetoino(curnode->type);
466 if (nodetoino(specnode->type) != dirnode->type)
468 dir, specnode->name, inode_type(nodetoino(specnode->type)),

Completed in 98 milliseconds