HomeSort by: relevance | last modified time | path
    Searched refs:nodetoino (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.h 122 u_int nodetoino(u_int);
misc.c 248 nodetoino(u_int type) function in typeref:typename:u_int
279 return (inotype(nodetoino(type)));
verify.c 244 p->st_mode | nodetoino(p->type),
specspec.c 61 printf("%s%s %s", path, n->name, inotype(nodetoino(n->type)));
compare.c 212 s->st_mode | nodetoino(s->type),
  /src/bin/pax/
ftree.c 467 statbuf.st_mode = nodetoino(ftnode->type);
482 if (ftnode->flags & F_TYPE && nodetoino(ftnode->type)
487 inotype(nodetoino(ftnode->type)),
  /src/usr.sbin/makefs/
walk.c 580 stbuf.st_mode = nodetoino(curnode->type);
625 if (nodetoino(specnode->type) != dirnode->type)
628 dir, specnode->name, inode_type(nodetoino(specnode->type)),

Completed in 15 milliseconds