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

/netbsd-current/usr.sbin/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.c243 p->st_mode | nodetoino(p->type),
H A Dspecspec.c61 printf("%s%s %s", path, n->name, inotype(nodetoino(n->type)));
H A Dcompare.c212 s->st_mode | nodetoino(s->type),
/netbsd-current/bin/pax/
H A Dftree.c467 statbuf.st_mode = nodetoino(ftnode->type);
482 if (ftnode->flags & F_TYPE && nodetoino(ftnode->type)
487 inotype(nodetoino(ftnode->type)),
/netbsd-current/usr.sbin/makefs/
H A Dwalk.c541 stbuf.st_mode = nodetoino(curnode->type);
586 if (nodetoino(specnode->type) != dirnode->type)
589 dir, specnode->name, inode_type(nodetoino(specnode->type)),

Completed in 170 milliseconds