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

  /src/usr.sbin/makefs/
walk.c 166 inode_type(st->st_mode), path, inode_type(cur->type));
171 __func__, inode_type(st->st_mode), path);
628 dir, specnode->name, inode_type(nodetoino(specnode->type)),
629 inode_type(dirnode->type));
719 printf("%7s: %s", inode_type(cur->type), path);
740 * inode_type --
745 inode_type(mode_t mode) function in typeref:typename:const char *
makefs.h 190 const char * inode_type(mode_t);
ffs.c 826 (long long)cur->inode->ino, inode_type(cur->type));
895 ino, din, isfile, inode_type(DIP(din, mode) & S_IFMT),
960 inode_type(DIP(din, mode) & S_IFMT),
999 inode_type(DTTOIF(de->d_type)), i, reclen,

Completed in 13 milliseconds